RosettaCodeData/Task/Here-document/Perl/here-document-3.pl
2023-07-01 13:44:08 -04:00

5 lines
41 B
Perl

$x = <<'FOO';
No
$interpolation
here
FOO