Limitations of the @* value field. : Field « Report « Perl
- Perl
- Report
- Field
Limitations of the @* value field.
#!/usr/local/bin/perl
$string = "Here\nis a line of\ntext.\n";
$~ = "OUTLINE";
write;
format OUTLINE =
@*
$string
.
Related examples in the same category