Re: **Installing CGI.pm

2007-08-06 Thread Dr.Ruud
"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,

Re: **Installing CGI.pm

2007-07-31 Thread Adriano Ferreira
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.

Re: **Installing CGI.pm

2007-07-31 Thread Paul Lalli
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

Re: **Installing CGI.pm

2007-07-31 Thread Mr. Shawn H. Corey
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

RE: **Installing CGI.pm

2007-07-31 Thread Johnson, Reginald (GTI)
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

Re: **Installing CGI.pm

2007-07-31 Thread Paul Lalli
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

**Installing CGI.pm

2007-07-31 Thread jackson_samson
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