Help for this page
splice(@lines, 1, 1);
use strict; use warnings; ... print $#a, "\n"; delete $a[1]; print $#a, "\n";