Help for this page

Select Code to Download


  1. or download this
    die "Numbers only please." unless ($input =~ /[0-9]+/);
    $user_number = $input;