Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: personal perl lib

by jbrugger (Parson)
on Dec 31, 2005 at 14:38 UTC ( [id://520151]=note: print w/replies, xml ) Need Help??


in reply to personal perl lib

Depending on the module you need, you can (use lib) to the dir you want to use. I use it for Statistics::Lite in my own directory.
However, this only works for you if you have Perl-only modules, that don't need to be compiled and installed on the system you're using.
If you use modules like PDF::API2, your isp has to provide them.

"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.

Replies are listed 'Best First'.
Re^2: personal perl lib
by sgifford (Prior) on Dec 31, 2005 at 17:09 UTC
    No, you can install modules that require compilation without any special access, as long as your Web hosting provider has a compiler installed. The standard module installation procedure will do this automatically; see my other post for what to do if you don't have shell access.
      Imho, most isp's (i know) don't provide you with a suitable compiler, since they don't want anything installed / build they don't know of.

      Anyway, you are still able to use Perl-only modules.

      (But anyway, nice tip from you!)

      "We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.
        I've probably used about a half-dozen Web hosting providers for various projects, and all but one has had a compiler available (though maybe not all had it available intentionally). So definitely YMMV.

Log In?
Username:
Password:

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

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

    No recent polls found