Help for this page

Select Code to Download


  1. or download this
    my $guess = 0; # can't be the right one then
    until($guess == $secret_number)
    ...
       $guess = <STDIN>;
       # do the rest
    }