However, if the last line is replaced by$file_h{$temp1} = "$temp2"; open($file_h{$temp1}, "< $file"); $line = <$file_h{$temp1}>;
then all is well. Ideas?$fh = $file_h{$temp1}; $line = <$fh>;;
In reply to Please explain: A hash of file handles peculiarity by ghor
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |