Help for this page

Select Code to Download


  1. or download this
    use strict;
    my ($a,$b) = (shift, shift);
    my @m = $a =~ /([^$b])/ig;
    ...
    else {
        print "can't build '$a' because I don't have '",join("' and '", @m
    +),"'\n";
    }