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

7 lines
74 B
Perl
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
$address = <<END;
1, High Street,
$town_name,
West Midlands.
WM4 5HD.
END