Mega Code Archive

 
Categories / Perl / Report
 

Limitations of the @ value field

#!/usr/local/bin/perl  $string = "Here\nis a line of\ntext.\n";  $~ = "OUTLINE";  write;  format OUTLINE =  @*  $string  .