"Mr. Shawn H. Corey" schreef:
> To determine if a module is already installed on your machine:
>
> *NIX: perl -M -e ''
> DOS: perl -M -e ""
>
> Example: perl -MCGI -e ''
>
> If it doesn't complain, it's installed.
Alternative:
perl -Mstrict -MCGI -wle 'print $CGI::VERSION'
--
Affijn,
On 7/31/07, Johnson, Reginald (GTI) <[EMAIL PROTECTED]> wrote:
> On Jul 31, 1:31 pm, [EMAIL PROTECTED] (Jackson Samson) wrote:
> > I have downloaded the CGI.pm to my Windows machine. Do I need a C
> > compiler to build this or can I use ppm install CGI.pm?
>
> Neither. CGI is a core Perl module.
On Jul 31, 2:52 pm, [EMAIL PROTECTED] (Reginald Johnson) wrote:
> How would one find out what the other core perl modules are?
Run this command at a console window:
perldoc perlmodlib
Paul Lalli
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ht
Paul Lalli wrote:
On Jul 31, 1:31 pm, [EMAIL PROTECTED] (Jackson Samson) wrote:
I have downloaded the CGI.pm to my Windows machine. Do I need a C
compiler to build this or can I use ppm install CGI.pm?
Neither. CGI is a core Perl module. Nothing external needs to be
installed. You had no
On Jul 31, 1:31 pm, [EMAIL PROTECTED] (Jackson Samson) wrote:
> I have downloaded the CGI.pm to my Windows machine. Do I need a C
> compiler to build this or can I use ppm install CGI.pm?
Neither. CGI is a core Perl module. Nothing external needs to be
installed. You had no reason to downloa
On Jul 31, 1:31 pm, [EMAIL PROTECTED] (Jackson Samson) wrote:
> I have downloaded the CGI.pm to my Windows machine. Do I need a C
> compiler to build this or can I use ppm install CGI.pm?
Neither. CGI is a core Perl module. Nothing external needs to be
installed. You had no reason to downloa
Hi All,
I have downloaded the CGI.pm to my Windows machine. Do I need a C
compiler to build this or can I use ppm install CGI.pm? I tried to do
that and I get the following error:
Can't find any package that provide CGI.pm
Does anyone know if and where I can just download an already compiled
C