Help for this page

Select Code to Download


  1. or download this
    my $input = undef;
    if (@ARGV > 0 && $ARGV[0] !~ /\D/)
    {
      $input = shift;
    }