a smallish heredoc test
This commit is contained in:
parent
160f4b2330
commit
ab63c56430
10
cli/heredoc.pl
Normal file
10
cli/heredoc.pl
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/bin/perl
|
||||||
|
|
||||||
|
print <<EOF
|
||||||
|
this
|
||||||
|
is a
|
||||||
|
multiline
|
||||||
|
string
|
||||||
|
yes?
|
||||||
|
EOF
|
||||||
|
;
|
Loading…
Reference in New Issue
Block a user