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

Re^3: Packaging Libraries before deploying my Scripts.

by 1nickt (Canon)
on Oct 25, 2016 at 12:43 UTC ( [id://1174686]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Packaging Libraries before deploying my Scripts.
in thread Packaging Libraries before deploying my Scripts.

Yep. If you have some libs you made like:

/home/fred/perl/lib/ModuleName.pm /home/fred/perl/lib/ModuleName/Extend.pm /home/fred/perl/lib/OtherModule.pm
You only need to say:
use lib '/home/fred/perl/lib'; use ModuleName::Extend; use OtherModule;

The way forward always starts with a minimal test.

Log In?
Username:
Password:

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

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

    No recent polls found