Help for this page

Select Code to Download


  1. or download this
    while ($looping) {
       do_something if condition_one .. condition_two;
    }
    
  2. or download this
    while (<DATA>) {
       print if /two/ .. /four/;
    ...
    line three
    line four
    line five