>>> my $x = 3 3 >>> $x + 2 5 >>> if ($x > 2) { ... print "hello\n"; ... } hello >>> $x $x ^ Syntax error >>> $x + $x 6