Language Basics Perl

#   5+4*2   is the same as  5   +   4   *   2;
print "This is a Perl statement.";
print "This
                   is
                     also
                       a Perl
                           statement.";