programming-examples/perl/Report/A program that uses a print format.pl

7 lines
112 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
#!/usr/local/bin/perl
$~ = "MYFORMAT";
write;
format MYFORMAT =
Here is the text I want to display.