take a look at http://www.rcbowen.com/imho/perl/modules.html. Specifically
he/she writes:

If you do not have root permissions on the machine where you want to
install the module, such as if you wish to install a module in your home
directory, just change one of those commands. Instead of 


        perl Makefile.PL

type 


        perl Makefile.PL PREFIX=/path/to/where/you/want/it

That will put all the files in that directory. In order to use modules
that are stored in that location, you will need to add the following like
to your Perl programs: 


        use lib /path/to/where/you/want/it

___

if those lines dont answer the question check the rest of that document,
it is very good at explaining it.


Jayakumar Rajagopal wrote:

> Hi friends,
>       I am in this condition :
>               (1) I have to install XML::Simple or XML::Twig or such XML
module.
>               (2) Here Sys. administrator, does not install/ or allow me to
install (1). When I try to use within my user, it says 'no permission' for
wrting.
>               (3) my Unix System does not have internet connectivity, so
cannot use the module directly from net.

>       Is there anyway installing/using these XML modules without su
permission?



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to