using Perl module when host admin does not install it ?

J

Jazeker

Hello,

Sorry if this question has been asked before. I was wondering if I
could use a Perl module when your host is not inclined to do any
installs for you. I need CSV_XS for a test project, but my hosting
company does not have it installed and they do not support their Perl
functionality.

Is there a way to put the package somewhere in my hosting space and lure
Perl into using it ?

Thank you
 
A

A. Sinan Unur

Sorry if this question has been asked before. I was wondering if I
could use a Perl module when your host is not inclined to do any
installs for you. I need CSV_XS for a test project, but my hosting
company does not have it installed and they do not support their Perl
functionality.

If you have shell access (so that you can compile the XS code),
Is there a way to put the package somewhere in my hosting space and lure
Perl into using it ?

perldoc -q use

Sinan
 
T

Tad McClellan

Jazeker said:
Sorry if this question has been asked before.


There is no need to apologize for asking an already-asked question.

There is however, a need to apologize for asking a Frequently
Asked Question (like yours).

You should check the Perl FAQ *before* posting to the Perl newsgroup.

I was wondering if I
could use a Perl module when your host is not inclined to do any
installs for you. I need CSV_XS
^^
^^

Then you will need access to a C compiler to install the module.

for a test project, but my hosting
company does not have it installed and they do not support their Perl
functionality.

Is there a way to put the package somewhere in my hosting space and lure
Perl into using it ?


perldoc -q module

How do I install a module from CPAN?

How do I keep my own module/library directory?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,266
Messages
2,571,082
Members
48,773
Latest member
Kaybee

Latest Threads

Top