in reply to Re^2: HTML request to a server
in thread HTML request to a server
Yeah, stop doing things the hard way :)
Re: One liner to config cpan to install all dependencies automatically along with temp 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 | |
by angerusso (Novice) on Dec 12, 2011 at 21:15 UTC |