in reply to Re: Newbie: parentheses, map, etc.
in thread Newbie: parentheses, map, etc.
The substitution operator s returns the list of captured substrings or, in scalar context, the number of captured substrings, which is 1.
This isn't true. s/// always returns the number of substitutions made or the empty string if no substitutions were made (see perlop). The expression in map is in list context.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Newbie: parentheses, map, etc.
by ysth (Canon) on Mar 04, 2008 at 06:49 UTC | |
by kyle (Abbot) on Mar 04, 2008 at 15:59 UTC |