Help for this page

Select Code to Download


  1. or download this
    use Tie::File;
    
    ...
    }
    
    untie @data;
    
  2. or download this
    use File::ReadBackwards qw( );
    
    ...
    while (defined(my $line = $fh_in->readline())) {
       print $fh_out $line;
    }