programming-examples/perl/Report/Assign $~ to format.pl
2019-11-15 12:59:38 +01:00

8 lines
113 B
Perl

format standardformat =
@||||||||||||||||||||||||||
$text
.
$text = "Hello!";
$~ = standardformat;
write;