On 15 Dec 2004 11:15:59 -0000, Prabahar Mosas <[EMAIL PROTECTED]> wrote:




  
Dear All,
           How to install Tk.pm,LWP.pm?
          I am new to perl, I did't know how to add
module into perl. So if anybody know regarding my doubt.
Please Mail me in simple manner.  My Perl version is
5.8.4.

TK and LWP are built in modules you don't need to install it. Just invoke it with -> use Tk; OR use LWP;

However  to install other modules,
if you are under Linux you do this:

$CPAN

then:

CPAN> install Module::Name


if you are under Windows-Command assumed you are using Active State:

Dos> PPM

then:

ppm> install Module-Name

HtH

--
Regards,
Edward WIJAYA
Singapore

--
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