Help for this page

Select Code to Download


  1. or download this
    my @temp= grep /start/../stop/, @data;
    pop @temp;
    shift @temp;
    foreach (@temp) { ... }