Help for this page

Select Code to Download


  1. or download this
    perl wrapper.pl | perl game.pl
    
  2. or download this
    {
       my $answers = "yes\nyes\n";
    ...
       open STDIN, '<', \$answers;  # Requires Perl 5.8.0
       askQuestions()
    }