Help for this page

Select Code to Download


  1. or download this
    # here's a list transform, from a list into a list of pairs
    my %bad      = map { $_ => undef } @bad;
    
    my @good_yum = grep { not $bad{$_} } @yum;