Help for this page

Select Code to Download


  1. or download this
    foreach my $key (keys %pssn) {
       if (not exists $assn{$key}) {
    ...
          push(@array, $val);
       }
    }