RosettaCodeData/Task/Here-document/Perl/here-document-6.pl

8 lines
103 B
Perl

sub flibbertigibbet {
print <<~END;
Mary had
a little
lamb
END
}