Help for this page

Select Code to Download


  1. or download this
       if (exists($file2_hash{$company}) {
          ### found a match ###
          print qq!$file1_company, $file2_hash{$company}{"url"}, $file2_ha
    +sh{$company}{"dir"}<BR>!;
          }
    
  2. or download this
       if (exists($file2_hash{$file1_company}) {
          ### found a match ###
          print qq!$file1_company, $file2_hash{$file1_company}{"url"}, $fi
    +le2_hash{$file1_company}{"dir"}<BR>!;
          }