Help for this page
chomp($ask); # chomp() here rather than chop() if ($ask eq $add) { $z = $x + $y; print "$x + $y = $z";}
chomp($ask); if ($ask eq $add || $ask == 1) { $z = $x + $y; print "$x + $y = $z";}