If you have the modules installed:
1. do a perl -V and at the very bottom it should give you the path to your
perl library.
2. you can also use LWP and then look into %INC for the exact location:
%> perl -e 'use LWP; print map { "$_ => $INC{$_}\n" } sort keys %INC'
hth.
Sid.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 29, 2001 5:09 AM
To: Rahul Garg
Cc: [EMAIL PROTECTED]
Subject: Re: Got it.....Source code of Perl Modules?
If you need to install the modules and want to know where to get it to
install
it then you can always just use CPAN.
isnt LWP and CGI installedd by default for most distributions of perl?
On Wed, Aug 29, 2001 at 11:13:33AM +0530, Rahul Garg shaped the electrons to
read:
>
> Well, I got it myself...
> http://www.linpro.no/lwp/libwww-perl/
>
> ----- Original Message -----
> From: Rahul Garg
> To: [EMAIL PROTECTED]
> Sent: Wednesday, August 29, 2001 10:37 AM
> Subject: Source code of Perl Modules?
>
>
> From where can I get the source code for modules of perl(exact
path),specifically of LWP and CGI.pm
>
> thanx,
> Rahul
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]