in reply to Re: flip-flop operator and sequence number
in thread flip-flop operator and sequence number
But this modification does:
I looked a bit further, and what is coming out of the (/start/../stop/) is the sequence number...until you put the not in front of it. Then it just yields blank or 1!foreach ( grep { (/start/../stop/) !~ /^1?$|E/} @arry ){ #... }
Any ideas why? Is it being evaluated in list context? Why does the not have any influence on the context?
-- iakobski
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: flip-flop operator and sequence number
by merlyn (Sage) on Jun 28, 2001 at 19:29 UTC | |
by danger (Priest) on Jun 28, 2001 at 20:20 UTC | |
by iakobski (Pilgrim) on Jun 29, 2001 at 11:35 UTC | |
Re: Re: Re: flip-flop operator and sequence number
by srawls (Friar) on Jun 28, 2001 at 19:27 UTC | |
Re: Re: Re: flip-flop operator and sequence number
by John M. Dlugosz (Monsignor) on Jun 28, 2001 at 19:43 UTC |