my ($a, $op, $b) = @ARGV; my $res = eval("$a $op $b"); print "$a $op $b = $res\n";