Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Use with variable

by Aristotle (Chancellor)
on Sep 08, 2004 at 22:11 UTC ( [id://389494]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $module = "Digest::MD5";
    eval 'use $module'; # note single quotes
    
  2. or download this
    my $module;
    BEGIN { $module = "Digest::MD5"; }
    use $module;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://389494]
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 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found