Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Creative way to include custom modules without eval?

by IronCladLou (Initiate)
on Oct 26, 2012 at 14:30 UTC ( [id://1001090]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ~/MyApp
        |_ /1.0
    ...
                    |_ /Dir1
                        |_ Dir2
                            |_ plugin4.pl
    
  2. or download this
    use strict;
    use warnings;
    ...
      use Module2;
    };
    if ($@) { die "Failed to load custom modules.\n"; }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found