Help for this page

Select Code to Download


  1. or download this
    TOP:
    my $num = <STDIN>;
    ...
    }
    
    #rest of code
    
  2. or download this
    my $input;
    while( $input != "good" )
    ...
    }
    
    #rest of code