Help for this page
for(my $i=0; $i<5; $i++) { delete $parsedfiles[$i]; }
delete @parsedfiles[0..4];
splice(@parsedfiles, 0, 5);