in reply to Re: Remove Lines from filein thread Remove Lines from file
for(my $i=0; $i<5; $i++) { delete $parsedfiles[$i]; } [download]
splice(@parsedfiles, 0, 5); [download]