Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: use lib problem.

by Tomte (Priest)
on Jun 01, 2007 at 07:21 UTC ( [id://618658]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @mod_path = '/home/ripenapp/perl_mods';
    use lib @mod_path;
    ...
    __END__
    tomte@librics-tomte ~/scratch/test $ perl test.pl
    Importing:
    
  2. or download this
    use lib '/home/tanger/www/mods';
    use Email::Valid;
    __END__
    tomte@librics-tomte ~/scratch/test $ perl test.pl
    Importing: /home/tanger/www/mods
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-24 15:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found