Help for this page
perl -ne 'print if $. >= 17 && $. <= 30' infile.txt > output.txt
#/usr/bin/perl -w ... close INFILE or die "can't close $inFile : $!"; close OUTFILE or die "can't close $outFile : $!";