Help for this page

Select Code to Download


  1. or download this
    my $input;
    INPUT: {
    ...
        redo INPUT unless $input && $input=~/\A[0-9]+\z/;
    }
    print $input, "\n";