Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
    my @match = grep /(?[ [^aeiou] & [a-z] ])/, map chr, 0 .. 255;
    print "match = @match\n";
    
  2. or download this
    match = b c d f g h j k l m n p q r s t v w x y z