while (my $exit = 0) { print "$mult1 * $mult2 = ?\n"; chomp ($guess = ); print "Good job! Want to play again? (Y/N)\n"; system "clear"; }