in reply to Re: Re: Re: Getting element of array with a match
in thread Getting element of array with a match
(Also see update in my post above.)
Sure, that's the sort of way I would usually code it myself but you then have to (potentially) explain how that single line works.
The only thing that might have to be explained is that matching in a list context returns a list of the captured subexpressions.
The fragment is idiomatic Perl, so somebody maintaining Perl code should at least be able to read it. I wouldn't think twice about writing it like this.
— Arien
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Getting element of array with a match
by tachyon (Chancellor) on Dec 24, 2002 at 05:18 UTC |