a smallish heredoc test

This commit is contained in:
Dan Buch 2011-01-03 22:37:07 -05:00
parent 160f4b2330
commit ab63c56430

10
cli/heredoc.pl Normal file
View File

@ -0,0 +1,10 @@
#!/usr/bin/perl
print <<EOF
this
is a
multiline
string
yes?
EOF
;