Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    for (qw(1 4 haha)) {
        usenumbers($_) or die "$_: $!";
    }
    
  2. or download this
    Yes, [1] has numbers.
    Yes, [4] has numbers.
    haha: Invalid argument at error.pl line 15.