print "hello world\n"; $x = 5; if ($x == 5) { print "x is 5\n"; } if ($x eq '5') { print "x is '5'\n"; }