Help for this page

Select Code to Download


  1. or download this
    my @b = map {
        s/x//; # this could be written more efficient as tr[x][]d;
        $_ ? $_ : ()
    } @a;