Active Articles: 2038
Total Categories: 16
Sub Categories:616
How to install CGI-scripts | ||||||||
This is a tutorial explaining how to install and configure CGI-scripts and the most common mistakes made. ... learn more
| ||||||||
| ||||||||
Perl File Handling | ||||||||
This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files. ... learn more
| ||||||||
| ||||||||
What is "0 but true" and why is it | ||||||||
This small tutorial will tell you why the Perl uses the "0 but true" return value when it executes some system functions. So this is a special way to show a good exit of function call. ... learn more
| ||||||||
| ||||||||
Sulfericacid- Oil of vitrol- Acid cleanup for code on the web | ||||||||
Go over everything from variable types, loops, file manipulations, complete step through in creating mailing forms, etc! ... learn more
| ||||||||
| ||||||||
Nifty web page dating | ||||||||
Using simple html code, this page shows you how to place the current date and time anywhere on your web pages without using any scripts. Requires SSI. ... learn more
| ||||||||
| ||||||||
Disk-based data structures (DBM) | ||||||||
For those who don't want to get tied up with a relational database and all the supporting software needed, yet still need to store a dataset to disk for future use, this tutorial provides several Perl DBM, or database management, solutions which have much less overheard than DBI and are a quick way to store ... learn more
| ||||||||
| ||||||||
Using a flat-file database in Perl | ||||||||
Web developers often need ways of speeding up the development process, without spending thousands of dollars for software. Here's how to build an easy to use flat-file database in Perl and access it via a web page. ... learn more
| ||||||||
| ||||||||
CGI Script FAQs | ||||||||
Answers to general questions on running CGI scripts and programs. Topics include: Getting Started (Can you run CGI, Script Filename, Test Before Going Public), Beginning a Script, File Permissions, Editing a UNIX Script in DOS/Win, Testing the Script Locally, CGI Paths, and Web Testing. ... learn more
| ||||||||
| ||||||||
Perl Modules Docs | ||||||||
Documentation for the more common Perl modules. A must read for all Perl programmers and developers. This is a FREE service. ... learn more
| ||||||||
| ||||||||
Perl Tutorial | ||||||||
Learn the basics of programming in Perl. All the basic programming topics are covered with advanced topics like file manipulation and database interaction for adventerous programmers. ... learn more
| ||||||||
| ||||||||
How to do OOP in Perl | ||||||||
If you already know what "Object Orientated Programming" is, this tutorial will help you implement the OOP technique in Perl. ... learn more
| ||||||||
| ||||||||
Untangling Lists and Hashes | ||||||||
In this Part 10 of "The Perl You Need to Know" series, you will be shown how to work with Perl's list and hash data structures. ... learn more
| ||||||||
| ||||||||
TimeManager | ||||||||
This is a very complete time management system for people who bill clients both by quote and/or by the hour. This system allows you to add clients, add jobs to clients, keep track of a ton of info on all clients as well as calculating whats been charged, whats been deposited, whats still owed, ... learn more
| ||||||||
| ||||||||
Perl as a command-line utility | ||||||||
Those who use Perl as a programming language frequently forget that it is just as useful as a quick and dirty scripting engine for command-line operations. From the command line Perl can accomplish, in just a single line, tasks that require pages of code in most other languages. This article takes you through some useful ... learn more
| ||||||||
| ||||||||
User Info | ||||||||
This note describes how to get information about a remote user from within a CGI-bin script, and lists the information available. ... learn more
| ||||||||
| ||||||||
Automating MapPoint with Perl | ||||||||
"The script below defines an array with the U.S. State names, instantiates MapPoint, and loops through the array saving a map for each state. Regular readers will recogize this as being very similar to the Automating MapPoint with the .NET SDK article published last year which basically accomplishes the same thing with the free VB ... learn more
| ||||||||
| ||||||||
Debugging CGI Scripts | ||||||||
Hints and tips on debugging Perl CGI scripts and identifying some possible causes of server errors. ... learn more
| ||||||||
| ||||||||
Using CGI::Application | ||||||||
The author writes "CGI::Application builds upon the bedrock of CGI, adding a structure for writing truly reusable Web-applications. CGI::Application takes what works about CGI and simply provides a structure to negate some of the more onerous programming techniques that have cast an unfavorable light upon it. CGI::Application code is so universal and non-proprietary that it ... learn more
| ||||||||
| ||||||||
CGI Troubleshooting | ||||||||
Short tips on how to fix and troubleshoot CGI scripts. ... learn more
| ||||||||
| ||||||||
CGI Tutorial | ||||||||
If you are looking to learn Perl CGI database programming for your web site, this tutorial is an easy way to do it. There are pictures to guide you and it is designed for someone with only minimal html knowledge. Covers perl syntax, cgi script installation, relational database concepts and design, the DBI module ... learn more
| ||||||||
| ||||||||
