Example:while ($looping) { do_something if condition_one .. condition_two; }
This would print out lines 2, 3 and 4.while (<DATA>) { print if /two/ .. /four/; } __DATA__ line one line two line three line four line five
See perlop.
In reply to Re: Stupid parsing question
by Fastolfe
in thread Stupid parsing question
by dew
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |