9 lines
64 B
Perl
9 lines
64 B
Perl
|
my $foo = <<EOF;
|
||
|
hi hi hi EOF hi hi EOF
|
||
|
EOF
|
||
|
|
||
|
EOF
|
||
|
|
||
|
print $foo;
|
||
|
|