Help for this page

Select Code to Download


  1. or download this
    $file_h{$temp1} = "$temp2";
    open($file_h{$temp1}, "< $file");
    $line = <$file_h{$temp1}>;
    
  2. or download this
    $fh = $file_h{$temp1};
    $line = <$fh>;;