Help for this page
my @tests = ("1 + 2", "2*3", "(2 + 5) / 3", "print 'a test', "E = m * c**2", "3**2 + 2"); ... print "$expr = ", eval $expr, "\n"; } }