in reply to (jcwren) RE: RE: RE: Re: something about improving code...
in thread something about improving code...
my ($START, $STOP) = qw(START STOP); while (<DATA>) { print (($where = /$START/../$STOP/ and $where !~ /^1$|E/) ? "PRINTIN +G" : "not printing"; }
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: RE: RE: Re: something about improving code...
by cwest (Friar) on Jun 28, 2000 at 04:20 UTC |