Language Basics Perl

$result = 5 * 4 / 2;
   print "Good-bye.\n";
   print "Hello, to you!\n";
   $now = localtime();
   print "Today is $now.\n";