Software Listing: Perl Programming
- Effective Perl Programming: Writing Better Programs With Perl
- License: Shareware

In Effective Perl Programming, Perl experts Joseph Hall and Randal Schwartz share programming solutions, techniques, programming pointers, rules of thumb, and the pitfalls to avoid, enabling you to make the most of Perl's power and capabilities. The authors will help you develop a knack for the right ways to do things. They show you how to solve problems with Perl, and how to debug and improve your Perl programs. Offering examples, they help you learn good Perl style. Geared for programmers who have already acquired Perl basics, the book will extend your skill range, providing the tactics and deeper understanding you need to create Perl programs that are more elegant, effective, and succinct.
- Publisher: amazon.com
- Date: 03-05-2011
- Platform: Scripts, CGI and Perl
- Professional Perl Programming
- License: Shareware

This book provides comprehensive coverage of the Perl language. It covers the fundamentals of data types and file handling through advanced features like regular expressions, object-oriented programming, threads, internationalization, and integrating Perl with the C programming language. The latest version, Perl 5.6, is used throughout, with commentary for those with earlier versions. Both aspiring and experienced Perl programmers will benefit from the expertise in this book, whether they are looking to develop serious applications, improve their productivity, or simply learn a more powerful and portable replacement for shell scripts.
- Publisher: amazon.com
- Date: 16-10-2011
- Platform: Scripts, CGI and Perl
- Professional Perl Development
- License: Shareware

With its broad and deep coverage of key topics in advanced Perl programming, this book is an essential read for developers who are interested in integrating Perl with various technologies and developing sophisticated applications. Building on a working knowledge of Perl, this book provides clear and detailed coverage of its topics using illustrative examples. Even experienced Perl programmers are certain to find something new in this book about this genuinely extensible language..
- Publisher: amazon.com
- Date: 06-06-2011
- Platform: Scripts, CGI and Perl
- Perl in a Nutshell : A Desktop Quick Reference
- License: Shareware

Perl in a Nutshell is a comprehensive reference guide to the Perl programming language. This book covers all the core features of the language. It ranges widely through the Perl programmer's universe, gathering together in convenient form a wealth of information about Perl itself and its application to CGI scripts, network programming, database interaction, and graphical user interfaces. It also gives detailed coverage about using Perl within a Win32 environment. Topics include: Basic language reference, Introduction to using Perl modules, Perl and CGI (CGI basics, CGI.pm, mod_perl), DBI - the database-independent API for Perl), Sockets programming in Perl, LWP - the library for World Wide Web programming in Perl, The Net::* modules, and pTk - the Tk extension to Perl.
- Publisher: amazon.com
- Date: 04-11-2011
- Platform: Scripts, CGI and Perl
- Perl 5 Pocket Reference
- License: Shareware

This is a standard, quick-reference guide for the Perl programming language. The second edition, updated to cover the latest Perl version, provides a complete overview of the language, from variables to input and output, from flow control to regular expressions, from functions to document formats--all packed into a convenient, carry-around booklet..
- Publisher: amazon.com
- Date: 11-09-2011
- Platform: Scripts, CGI and Perl
- Advanced Perl Programming
- License: Shareware

This book covers complex techniques for managing production-ready Perl programs and explains methods for manipulating data and objects that may have looked like magic before. It gives you necessary background for dealing with networks, databases, and GUIs, and includes a discussion of internals to help you program more efficiently and embed Perl within C or C within Perl..
- Publisher: amazon.com
- Date: 07-11-2011
- Platform: Scripts, CGI and Perl
- Brief Introduction to PERL
- License: Shareware

This tutorial walks you through the basics of Perl programming language, including variables and statements..
- Publisher: superiorwebmaster.com
- Date: 27-03-2011
- Platform: Scripts, CGI and Perl
- Mod Perl Development
- License: Shareware

Custom perl programming solutions from simplest to most demanding needs (cgi, mod_perl)..
- Publisher: hosting.verat.net
- Date: 05-08-2011
- Platform: Scripts, CGI and Perl
- CogniX
- License: Freeware
- Price: 0.00

The CogniX framework is a Web application developmentlibrary based on the popular perl programming language. It iscompletely object orientaded,. CogniX is a tool forcreating, modifying and maintaining dynamic database-enabled webapplications..
- Publisher: cognix.sourceforge.net
- Date: 13-08-2012
- Size: 142 KB
- Platform: BSD; Solaris; Linux
- Object Oriented Perl
- License: Shareware

Object Oriented Perl provides an invaluable guide to virtually every aspect of object-oriented programming in Perl. It shows the basics of solid object design, common mistakes and many tips for navigating the powerful and flexible nuances of using Perl objects. Also covers popular object modules available from CPAN and discusses performance issues and the tradeoff between programming convenience and speed often faced by today's Perl developer. Advanced chapters cover a number of techniques for adding persistence and invoking methods using multiple dispatching. Topics covered: Perl language review, CPAN, Perl objects, 'blessing' and inheritance, polymorphism, Class::Struct and Class::Methodmaker modules, Perl ties and closures, operator overloading, encapsulation, multiple dispatch, Class::Multimethods, coarse-grained and fine-grained...
- Publisher: amazon.com
- Date: 22-09-2011
- Platform: Scripts, CGI and Perl
- The Cgi/Perl Cookbook
- License: Shareware

This book/CD-ROM set offers a complete introduction to CGI programming with Perl plus a collection of sophisticated CGI programs that readers can use to add popular functions to their Web sites, including search engines, passwords, product databases, a shopping cart, custom forms, animated images, and more. Readers will learn how to incorporate the scripts into their own Web sites, how to customize them for their own goals, and how to use a host of other CGI and Perl programming tricks to create unique and interactive Web sites. CD-ROM includes all the CGI programs from the book--both code and ready-to-run versions; a full copy of Matt's Script Archive," a collection of the best scripts from across the Web.
- Publisher: amazon.com
- Date: 04-04-2011
- Platform: Scripts, CGI and Perl
- CGI Programming 101
- License: Shareware

Intended for anyone who knows HTML, but doesn't know Perl or CGI programming, this Web-based class introduces you to writing Perl CGI scripts, teaches you the basics of writing CGI's, and walks you through several examples of common CGI programming applications for the Web..
- Publisher: cgi101.com
- Date: 23-05-2011
- Platform: Scripts, CGI and Perl
- Progland - Perl/CGI Programming
- License: Shareware

We provide many types of cgi implementation, including script customization, new script programming and script installation..
- Publisher: progland.com
- Date: 09-10-2011
- Platform: Scripts, CGI and Perl
- Mysql and Perl for the Web
- License: Shareware

"MySQL and Perl for the Web" provides a much-needed handbook for database and Web developers seeking an extensive and detailed guide for using the combination of MySQL and Perl to build dynamic and interactive database-backed Web sites. It shows how to use Perl's DBI database access module, pairing it with with the CGI.pm module that allows Web pages and forms to be generated and processed easily. These tools provide developers with a solid foundation for creating applications that incorporate database content to create dynamic, up-to-date Web sites..
- Publisher: amazon.com
- Date: 13-09-2011
- Platform: Scripts, CGI and Perl
- Perl By Example
- License: Shareware

Through proven sample programs, Perl By Example takes readers from their first program to highly sophisticated scripting. Updated for Web developers, the book teaches CGI scripting with Perl. Filled with practical information on Perl development, Perl by Example, Third Edition covers names and operators, regular expressions, file handles, libraries, references, reporting, and more. Other highlights include: Support for Perl on Unix, Linux, Windows, and Macintosh; CGI Web development with CGI.pm; and Database integration with Perl DBI. The user-friendly style offers one-to-one comparisons with other popular languages and utilities and a massive reference section for easy look-up.
- Publisher: amazon.com
- Date: 26-10-2011
- Platform: Scripts, CGI and Perl
- Writing Apache Modules with Perl and C
- License: Shareware

This guide to Web programming teaches you how to extend the capabilities of the Apache Web server. It explains the design of Apache, mod_perl, and the Apache API, then demonstrates how to use them to rewrite CGI scripts, filter HTML documents on the server-side, enhance server log functionality, convert file formats on the fly, and more..
- Publisher: amazon.com
- Date: 02-03-2011
- Platform: Scripts, CGI and Perl
- WebAPP
- License: Freeware
- Price: 0.00

WebAPP is a popular, open source Content Management System (cms) written in the Perl programming language. The name WebAPP is an abbreviation of Web Automated Perl Portal. Available under the GNU General Public License, WebAPP is free software. Features Enhanced crypt, Articles, Forums and nested message boards, Private Instant Messaging system (IM), Who is Online, Profile info, Memberlist, sortable with links to IM, Profile and Email Download and Link sections, Stats with advanced sorting options, Webabsed Site Administration control panel, About, Contact and Help pages, Custom Welcome messages for guests and registered members.
- Publisher: WebAPP
- Date: 22-01-2007
- Size: 950 KB
- Platform: Windows XP, Unix, Linux, Mac
- indexsoft configurator
- License: Shareware

If you are developer of web based perl application you know what is text configuration files for your CGI scripts. You do not like them, users of your applications hate them. indexsoft configurator lets you to rid of headache and forget about text edit of configuration files..
- Publisher: indexsoft.com
- Date: 09-01-2011
- Platform: Scripts, CGI and Perl
- ServerCheck
- License: Shareware

This script will check your server configuration including server environmental variables, and server setup including server specs / Perl / Sendmail version and paths, and installed Perl modules. This is a FREEWARE script..
- Publisher: monster-submit.com
- Date: 19-09-2011
- Platform: Scripts, CGI and Perl
- Server Check
- License: Shareware

The Server Check script checks your server configuration including file paths, location of your server mail program and which Perl modules are installed..
- Publisher: monster-submit.com
- Date: 17-06-2011
- Platform: Scripts, CGI and Perl




