Help for this page

Select Code to Download


  1. or download this
    use Tie::File;
    
    ...
      or die "can't update $file: $!";
    
    splice(@lines, 1, 1);
    
  2. or download this
    splice(@lines, 0, 1);
    
  3. or download this
    shift(@lines);