Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        return 1 if $pw =~ m{$descPatt};
        return 0;
    }
    
  2. or download this
    johngg@shiraz:~/perl/Monks > ./spw1148625
    1234 - too many consecutive digits
    ...
    01234 - too many consecutive digits
    2356 - pass
    johngg@shiraz:~/perl/Monks >