Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    my $a = "aBcdeFG";
    ...
    } else {
        print "Neither\n";
    }
    
  2. or download this
    sub IsNumeric {
        my $val = shift;
    ...
            warn "IsNumeric requires an argument!";
        }
    }