Help for this page
for(my $x=14; $x<@fileContents; $x++)
for (13 .. $#fileContents) { print "$fileContents[$_]\n"; # Or whatever }
my $lines_to_skip = 14; ... chomp($line); # Do stuff with $line }