Help for this page

Select Code to Download


  1. or download this
    use Tie::File;
    
    ...
    
    untie(@tiedfile);
    
  2. or download this
    
    foreach my $line (reverse(@new_content)) {
        unshift(@tiedfile, $line);
    }