programming-examples/perl/String/How to create multiline output using the n newline character.pl
2019-11-15 12:59:38 +01:00

2 lines
31 B
Perl

print "Hello\nfrom\nPerl.\n";