Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Perl oddities (s/// doesn't DWIM in map)

by TimToady (Parson)
on Mar 01, 2005 at 20:12 UTC ( [id://435596]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl oddities (s/// doesn't DWIM in map)
in thread Perl oddities

This can be solved much more generically in Perl 6 with mutator methods and topics:
print "$_\n" for map { .=subst(/er/, 'aler', :global) } @w;
But what you're really asking for is something other than map here, I think...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://435596]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-19 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found