11 lines
67 B
Perl
11 lines
67 B
Perl
#!/usr/bin/perl
|
|
|
|
print <<EOF
|
|
this
|
|
is a
|
|
multiline
|
|
string
|
|
yes?
|
|
EOF
|
|
;
|