in reply to (x == 3 && x != 3)
Also, @y = map { $_-1 if mumble } @_ gives you a list that contains undefs where mumble is false. That means $#y is always equal to $#_.
Update: Thanks for the correction, Randal. I had to read it a couple of times, but you're exactly right, of course.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Re: (x == 3 && x != 3)
by merlyn (Sage) on Mar 11, 2002 at 23:42 UTC | |
|
Re: Re: (x == 3 && x != 3)
by duelafn (Parson) on Mar 11, 2002 at 22:33 UTC |