Language Basics Perl

print "\nLet's execute some commands.\n";
print <<'END';
    echo Today is
    date
END