while () { print if $_ =~ /start/../end/ } #### if (101 .. 200) { print; } #### if ($. == 101 .. $. == 200) { print; }