Help for this page

Select Code to Download


  1. or download this
    until ($isover) {
         clear_the_screen();
    ...
           print "\nYour guess must be a number. Try again.  \n\n";
           goto LABEL;
        }
    
  2. or download this
    use strict;
    use warnings;
    
  3. or download this
    use strict;
    use warnings;
    ...
    sub clear_the_screen{
    
        }