in reply to Cut off beginning lines of a file
Just skip the ones you don't want:
<IN> for 1..32; [download]
while (defined(my $goodstuff = <IN>)) { # and so on [download]
UpdateExtended example.
Do not rebuke them with harsh words ... but rather lead them gently - with URLs - so that they may learn wisdom.