Help for this page

Select Code to Download


  1. or download this
    foreach my $thing (@array) {
        if ( exists $hash {$thing} ) {
            push @new_array, $hash {$thing};
        }
    }