|
|
Perl Scripts, Perl Source Code, Perl Articles, Perl Tutorials and Perl Resources
|
A Beginner's guide to PERL
|
|
|
Perl is a very useful language to code in and can be used for many things on the internet. Some things include, message boards, counters, guest book, mail processing, anonymous surfing, and database utilities. |
|
A Short Guide to DBI
|
|
|
Here is a short guide to DBI (The Perl Database Interface Module).General information about relational databases\r\nRelational databases started to get to be a big deal in the 1970's, andthey're still a big deal today, which is a little peculiar, because they're a 1960's technology. |
|
A web client for MP3 streaming in perl
|
|
|
This article is a complete tutorial showing how to create your own streaming web clients. Streaming is very useful in applications that involve live content (such as readio transmissions, or newscasts) or media files that tend to be very large, that is in applications where the user cannot afford waiting for the download to be completed before the file can be decoded. |
|
Automating MapPoint with Perl
|
|
|
This article shows how to access the MapPoint API from Perl using the Win32::OLE module. Topics include basic Perl syntax, how to call MapPoint methods, and how to set MapPoint API properties. |
|
Build your own CMS - Part 1
|
|
|
In part one of our seven-part series, we show you how to generate your site using a content management system\r\n\r\n |
|
Build your own CMS - Part 2
|
|
|
This month, Alex Cruickshank shows you how to develop the front-end script for your content management system\r\n |
|
Manage session state on Web farms using Perl and MySQL
|
|
|
This concept provides a method for storing session information on a Web farm apart from using session variables. Session variables are unique to one server, so on a Web farm, if a user requests a page from one server and a subsequent request is sent to another server, the user loses the session data.\r\n |
|
Perl - How to concatenate strings
|
|
|
Many times when you're working with Perl you're working with strings. Oftentimes you need to concatenate strings. For instance, I recently had a need to create a temporary filename. |
|
Perl Regular Expressions
|
|
|
Without regular expressions, Perl would be a fast development environment. Probably a little faster than VB for console apps. With the addition of regular expressions, Perl exceeds other RAD environments five to twenty-fold in the hands of an experienced practitioner, on console apps whose problem domains include parsing (and that's a heck of a lot of them). |
|
PERL Tutorial - Introduction
|
|
|
A PERL tutorial. Learn PERL online from our online examples and walkthroughs.perl tutorial, introduction to perl, perl introduction, perl, beginning perl, perl basics, learn perl, learning perl |
|
Perl: Data goes in, Files come out
|
|
|
We have looked at most of Perl's basic syntax now and so it is time go on and find out how these statements can be put into action by processing some data; one of the things computers do best. But before we can whisk on to what we are going to do with this data, we need to get it. To do this we open a file.\r\n\r\n |
|
Secure Web site access with Perl
|
|
|
Perl and its LWP module make it a breeze to automate Web site access; too bad the breeze becomes a storm when the Web site requires a username and password for access. Fortunately, you can use Perl modules to calm the storm. Learn how to find, install, and use the WWW::Mechanize and Crypt::SSLeay modules in a Perl script that automates logging into a secure Web site in this article by Bret Swedeen. |
|
The Fundamentals of Perl
|
|
|
Learn Perls basic syntax. Learn how to create and manipulate various different types of variables. Do conditional tests and learn all of the common loops. |
|
|
|