programming-examples/perl/Report/Assign $~ to format.pl

8 lines
113 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
format standardformat =
@||||||||||||||||||||||||||
$text
.
$text = "Hello!";
$~ = standardformat;
write;