programming-examples/perl/Report/Using new line character.pl
2019-11-15 12:59:38 +01:00

7 lines
72 B
Perl

format STDOUT =
@*
$text
.
$text = "Here\nis\nthe\ntext.";
write;