Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Conditionally faking a module

by ikegami (Patriarch)
on Jan 15, 2010 at 18:01 UTC ( [id://817670]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Conditionally faking a module
in thread Conditionally faking a module

The code being executed by eval ("") returns nothing (()), which is indistinguishable from the value eval returns on failure.

You need

eval "use Cava::Pack; 1"

Log In?
Username:
Password:

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

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

    No recent polls found