programming-examples/perl/Report/Using new line character.pl

7 lines
72 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
format STDOUT =
@*
$text
.
$text = "Here\nis\nthe\ntext.";
write;