in reply to Re: Filter objects?
in thread Filter objects?
How would you advance on this to produce a condition of print if the end position minus the start position is greater than 3?perl -le 'print join " ", grep { $_ =~ /start4/ | $_ =~ /end7/ } (st +art4,end7)'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Filter objects?
by Anonymous Monk on Jan 29, 2003 at 09:18 UTC |