Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Local Module

by Anonymous Monk
on May 18, 2006 at 19:21 UTC ( [id://550326]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks
I need to install and I don't have access because I am at the mercy of my ISP the Perl Module called HTML::BBCode.
Can anyone tell me if I could have it in my own directory and called it from my program instead of waiting for the people at hosting company to respond to my request?
Thanks for the Help!

Replies are listed 'Best First'.
Re: Local Module
by ptum (Priest) on May 18, 2006 at 19:33 UTC

    You surely can. Just plop the new module somewhere like '/my_home_dir/perl_lib/HTML/BBCode.pm' and add an instruction to find it in your code, like this:

    use lib '/my_home_dir/perl_lib'; use HTML::BBCode;

    No good deed goes unpunished. -- (attributed to) Oscar Wilde
Re: Local Module
by HuckinFappy (Pilgrim) on May 18, 2006 at 19:43 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-26 03:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found