Help for this page

Select Code to Download


  1. or download this
    splice(@lines, 1, 1);
    
  2. or download this
    use strict;
    use warnings;
    ...
    print $#a, "\n";
    delete $a[1];
    print $#a, "\n";