in reply to Re^2: HTML request to a server
in thread HTML request to a server

Yeah, stop doing things the hard way :)

Yes, even you can use CPAN

Re: One liner to config cpan to install all dependencies automatically along with temp modules?

A Guide to Installing Modules

export PERL_MM_USE_DEFAULT=1 export PERL5LIB=/home/user/stuff/lib/perl5 export PERL_MB_OPT=--install_base /home/user/stuff export PERL_MM_OPT=INSTALL_BASE=/home/user/stuff cpan -fi Module Module Module Module Module Module

Replies are listed 'Best First'.
Re^4: HTML request to a server
by angerusso (Novice) on Dec 12, 2011 at 20:28 UTC

    Deleted

      Thanks, I am able to install and get the answer I was looking for. Thanks so much for pointing me in the right direction.