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 download CGI.pm. Just use it: #!/usr/bin/perl use strict; use warnings; use CGI; # . . . Paul Lalli How would one find out what the other core perl modules are? -------------------------------------------------------- This message w/attachments (message) may be privileged, confidential or proprietary, and if you are not an intended recipient, please notify the sender, do not use or share it and delete it. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Merrill Lynch. Subject to applicable law, Merrill Lynch may monitor, review and retain e-communications (EC) traveling through its networks/systems. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. This message is subject to terms available at the following link: http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch you consent to the foregoing. -------------------------------------------------------- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/