in reply to Re: Re: Re: Flat File Question
in thread Flat File Question
should be changed to this:if (exists($file2_hash{$company}) { ### found a match ### print qq!$file1_company, $file2_hash{$company}{"url"}, $file2_ha +sh{$company}{"dir"}<BR>!; }
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>!; }
|
|---|