Help for this page

Select Code to Download


  1. or download this
    my (%pal, $key_pal, $data, %key_pal, $pal);
    open (FILE, "< pal.txt") || print "There is no PAL file here";
    ...
      $key_pal, $data = split ",", $line;
      $key_pal{$pal} = $data;
    }
    
  2. or download this
    if ($pal{$key_pal} eq $my_item) { ...some code here}