Mega Code Archive

 
Categories / Perl / Language Basics
 

If terminator is in backquotes, will execute OS commands

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