box-o-sand/cli/heredoc.pl

11 lines
67 B
Perl
Raw Normal View History

2011-01-04 03:37:07 +00:00
#!/usr/bin/perl
print <<EOF
this
is a
multiline
string
yes?
EOF
;