programming-examples/perl/String/Add new line character to string.pl

5 lines
123 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
#!C:\perl\bin
print "\n\nPerl Fast and Easy Web Development!\n\n";
print "\tPerl Fast and Easy Web Development!\n\n";