Help for this page

Select Code to Download


  1. or download this
    while (my $line = <$fhi>) 
        {   
    ...
            print $fho;
    
        }
    
  2. or download this
    while (my $line = <$fhi>)
    {
    ...
    
        print $fho $line unless $time > 34;
    }