Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Unexpected behavior with "map"

by TomDLux (Vicar)
on Mar 13, 2014 at 03:14 UTC ( [id://1078116]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    s{/etc/}{}
    
  2. or download this
    my $search_for = qr{/etc/};
    my replace_with = qr{};
    s{$search_for}{$replace_with}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-19 08:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found