Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: disable functions if module not installed

by pileofrogs (Priest)
on Nov 03, 2008 at 22:50 UTC ( [id://721234]=note: print w/replies, xml ) Need Help??


in reply to Re^2: disable functions if module not installed
in thread disable functions if module not installed

Read up on eval in [perlfunc].

Short answer:

Block

eval { die "You commie!" };

String

my $death = 'die'; eval "$death \"You commie!\";"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://721234]
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: (2)
As of 2024-04-20 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found