Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How to grep for a filename for each of the keys of a hash

by ELISHEVA (Prior)
on Dec 13, 2010 at 09:31 UTC ( [id://876833]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $filename='Z:\repo\bin\tools\scripts\shared\users\script.pl';
    $key =~ /\Q$filename\E/i;
    ...
    
    # and does NOT match
    Z:/repo/bin/tools/scripts/shared/users/script.pl
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-03-19 04:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found