Help for this page
while (<FH>) { print if $_ =~ /start/../end/ }
if (101 .. 200) { print; }
if ($. == 101 .. $. == 200) { print; }