Help for this page

Select Code to Download


  1. or download this
    {
        print "Enter a number 0-9\n";
    ...
            redo;  
        }
    }
    
  2. or download this
    GET_NUMBER:{
        print "Enter a number 0-9\n";
    ...
            redo GET_NUMBER;  
        }
    }
    
  3. or download this
    my $number;  
    
    ...
                }
            } 
    }