programming-examples/perl/Report/Prints a value-field character.pl

10 lines
130 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
#!/usr/local/bin/perl
format SPECIAL =
This line contains the special character @.
"@"
.
$~ = "SPECIAL";
write;