in reply to RE: RE: Re: something about improving code...
in thread something about improving code...
--Chrisuse strict; my ($START, $STOP) = qw(START STOP); while (<DATA>) { my $where = /$START/../$STOP/; print (($where and $where > 1 and $where !~ /E0/) ? "PRINTING\n" : " +not printing"); } __END__
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: RE: Re: something about improving code...
by merlyn (Sage) on Jun 28, 2000 at 03:57 UTC | |
by cwest (Friar) on Jun 28, 2000 at 04:20 UTC |