Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    } while ($answer ne $guess);
    
    print "You figured it out in a mere $guesses guesses\n";
    
  2. or download this
    while (<>) {
    ...
    }