while(my $inp = <DATA>) { print "$inp\n" if($. >1 && $. <7); } [download]
In reply to Re: regex issue by aquarium in thread regex issue by pinnacle