Help for this page

Select Code to Download


  1. or download this
    my $keys = {};
    while (<FILEHANDLE>) {chomp; $keys[$_] = 1;}
    
  2. or download this
    exists($keys, $recordArray[2])
    
  3. or download this
    exists $keys->{$recordArray[2]};