a smallish heredoc test

cat-town
Dan Buch 14 years ago
parent 160f4b2330
commit ab63c56430

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