Help for this page

Select Code to Download


  1. or download this
    my $ref->{number} = 123;
    my $arg = shift ( @ARGV ) ;
    ...
        print "$arg doesn't match\n";
      }
    }
    
  2. or download this
    C:\src>perl monks.pl one
    one matches
    ...
    one doesn't match
    one matches
    one doesn't match