String Perl

use warnings;
use strict;
my $notInterpolated = "Interpolated!";
print <<'DONE';
Lne 1
$notInterpolated.
DONE