Somsak RAKTHAI wrote:
> 
> Dear sir,
>   Sorry to distrub you again and again. I have 2 questions to ask you.
> 
>    1. What command to install LWP and HTML::Parser using CPAN.
>          # perl -MCPAN -eshell
>          cpan> _   <------------------- what command ?
> 

 cpan> install HTML::Parser

>       2.1 I want to know how to solve problem that show
> messages "DEBUG: c[3]$@[Can't locate URI/URL.pm in @INC".
> 

Probably "install LWP", or "install URI", or last resort
"install URI::URL"

>       2.2 CPAN automatic ftp at "ftp://ftp.nectec.or.th";.
> If I want ftp to other location, how can I do it ?
> Please let me know other ftp server (not "ftp.nectec.or.th")
> because "ftp.nectec.or.th" don't stable.
> 

Check out "perldoc CPAN" from unix shell command line.  
"perldoc $ModuleName" generally to get you info on 
that particular module.  "perldoc CPAN" has a CONFIGURATION
section that you will find helpful.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to