Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "you got it in $count tries\n";
    print "seed = $seed  rand = $rand ( last guess = $lastguess )\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
    } else {
       print " Got it in $count tries.\n";
    }