Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Oneliner with substring trimming and padding

by Neighbour (Friar)
on Jul 17, 2012 at 12:17 UTC ( [id://982218]=note: print w/replies, xml ) Need Help??


in reply to Re: Oneliner with substring trimming and padding
in thread Oneliner with substring trimming and padding

Ahh, /e makes all the difference...sneaky little bugger isn't explicitly documented in Modifiers, but is mentioned in Regexp Quote Like Operators (which I didn't look at until now).
Thanks a lot :)

Replies are listed 'Best First'.
Re^3: Oneliner with substring trimming and padding
by tobyink (Canon) on Jul 17, 2012 at 18:59 UTC

    It's not documented in perlre because perlre is ridiculously pedantic. The /e doesn't modify the regular expression; it modifies the replacement text.

    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-26 08:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found