box-o-sand/cli/heredoc.pl
2011-01-03 22:37:07 -05:00

11 lines
67 B
Perl

#!/usr/bin/perl
print <<EOF
this
is a
multiline
string
yes?
EOF
;