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

7 lines
74 B
Perl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$address = <<END;
1, High Street,
$town_name,
West Midlands.
WM4 5HD.
END