Perl Resources
This web page has link to Perl Script resources.
Perl is Open Source software. You can download it for free
as a source code or as a pre-compiled binary distribution.
Hot Sites
- Active Perl (Perl for Win32) from ActiveState - Download the binary files
for Active Perl.
- www.cpan.org - CPAN is the Comprehensive
Perl Archive Network.
- Download Perl (binary or source code)
- Also download Perl Modules. ::SMTP is needed for my examples at
the end of this page.
- www.perl.com - The source for Perl
Scripts. Maintained by O'Reilly & Associates. Resources include: Downlaod
Peril, documentation, FAQ's, software, articles, news, etc...
- www.perl.org - Perl Mongers.
Perl user groups. Also good resource.
- www.perl.com/CPAN - CPAN is the
Comprehensive Perl Archive Network. Download Perl modules.
- www.perlfaq.com - Site for Perl
FAQ's
- http://language.perl.com/faq/
- FAQ's about Perl. Also a Perl Manual in HTML format (free download too).
- http://www.geocities.com/SiliconValley/Park/8312/
- Resources - Perl for Win NT by Robin Chatterjee
- www.PerlClinic.com - Fee based
Perl Support.
Email using Perl on Win NT
My Examples (Perl Script)
- ex_perl_misc.htm - Examples of using CGI Perl scripts to
do miscellaneous things. Send HTML to browser, send server info, etc...
- ex_perl_email_sendmail.htm- My example of
emailing a form using a CGI Perl script and Unix's "sendmail" command.
Source code is free to download.
- ex_perl_smtp.htm - Example of using Perl Script's
Net::SMTP module. Send EMAIL on Unix or Win NT if a SMTP mail server exists.