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

Re^3: Regular Expression problem with $variable =~ m/C++/

by jdtoronto (Prior)
on Jun 12, 2007 at 15:48 UTC ( [id://620740]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Regular Expression problem with $variable =~ m/C++/
in thread Regular Expression problem with $variable =~ m/C++/

You need to find your directory then point the LIB environment variable to it, or a subdirectory, as in this snippet:
use FindBin; use lib "$FindBin::Bin/lib";
jdtoronto

Log In?
Username:
Password:

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

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

    No recent polls found