Help for this page
while ($looping) { do_something if condition_one .. condition_two; }
while (<DATA>) { print if /two/ .. /four/; ... line three line four line five