Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Private modules on webhost - @INC with XS modules?

by rinceWind (Monsignor)
on Jan 09, 2007 at 11:25 UTC ( [id://593699]=note: print w/replies, xml ) Need Help??


in reply to Private modules on webhost - @INC with XS modules?

Consider using PAR for your application. Either upload a .par file containing the required collection of modules, or go the whole hog and build an executable for your CGI. In either case, you should be able to verify that your app works before you upload it.

An alternative is to make install to a private directory tree of your own (perl Makefile.PL PREFIX=/my/dir LIB=/my/dir/lib), and put this directory tree into your webspace, adding its lib directory to @INC with use lib. This will ensure that the binaries are in the right architecture specific directories.

--

Oh Lord, won’t you burn me a Knoppix CD ?
My friends all rate Windows, I must disagree.
Your powers of persuasion will set them all free,
So oh Lord, won’t you burn me a Knoppix CD ?
(Missquoting Janis Joplin)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://593699]
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: (1)
As of 2024-04-25 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found