programming-examples/perl/Report/Prints a value-field character.pl
2019-11-15 12:59:38 +01:00

10 lines
130 B
Perl

#!/usr/local/bin/perl
format SPECIAL =
This line contains the special character @.
"@"
.
$~ = "SPECIAL";
write;