Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Parens mess up regex substitute

by Crackers2 (Parson)
on Jan 26, 2012 at 16:14 UTC ( [id://950154]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (my $name = $str) =~ s{.*/}{};      # basename
    
  2. or download this
    (my $path = $str) =~ s{$name}{};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-25 16:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found