Scriptads Home
Search script
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Most popular
 1. WeberDev's Forums
 2. Circular preloader
 3. Easy payments...
 4. FFTW with OpenCV
 5. Basic...
 6. Phase...
 7. Menu with...
 8. UserGate...
 9. PixExpose
10. Two Levels XML...
more ...
Top rated
 1. JavaScript...
 2. Essential PHP...
 3. Flash strip...
 4. JaxterChat ...
 5. Pixel Ad Script
 6. Building...
 7. Smash Bugs | ...
 8. UserGate...
 9. Export MS...
10. WeberDev's Forums
more...

HOME > CGI and Perl > Programming in Perl

 Programming in Perl scripts

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.
 
The Perl Regular Expression Tutor
The interactive tutor allows you to enter your own input and regular expressions and will show you what matches and what not.
 
Perl Regex
What are regular expressions and what are they good for? This article covers the very first steps in understanding the concept of regular expressions and their use in Perl.
 
Introduction to RPC::XML Module
This tutorial helps you understand: What is RPC::XML? How to install NMake 1.5. How to install RPC::XML 0.57. Example programs on how to use RPC::XML. How to pass an array as an input argument.
 
Perl 6 FAQ
Perl 6 FAQ featuring over 100 answers to questions about Perl 6, including changes since Perl 5 and new features such as junctions, multi subs, hyper operators and the new class and object system. Also includes a step-by-step guide to writing your fi
 
A Perl Tutorial
This tutorial is very helpful for beginners to understand the basic concepts of Perl language. It contains quiz at the end of lesson, that you should take to test your understanding of the tutorial.
 
Easy Perl for Beginners
For Perl beginners or as a reference. Short examples with easy to follow explanations. No long examples with bulky html forms. If you want to split an array, you get the code to split an array.
 
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.
 
Two borthers: chop and chomp
Both of these very useful textual data processing functions work fine until you forget which one of them you have used in your last script. If you know the difference you never be confused about which one you should use.
 
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.
 
1 2