Help for this page

Select Code to Download


  1. or download this
    use Tie::File;
    
    tie @lines, Tie::File, $file        or die "can't update $file: $!";
    delete $lines[-1];