|
A fast 4 hour introduction to perl by Ashley Harris Language: Perl
Ever wanted to build your own web applications? But you have absolutely no idea where to begin? This tutorial will get a beginner started in perl in under 4 hours, starting with the installation of perl.
|
Checking for the existence of substrings (Updated) by Brandon McPherson Language: Perl
This is the most basic example of substring searching I could come up with.... and since I'm a VB programmer for the mostpart, simple is good :)
I've only tried this in ActivePerl, so I won't guarantee it works anywhere else without modifications.
This has been updated in light of the excellent advice I've been given from the more experienced Perl programmers (Thanks PaC).
|
A Clear Screen Function by Jaime Muscatelli Language: Perl
Hey, This is my first perl submission. I just started yesterday, and I found that there was no clear screen function (Like cls). Well, I figured out a way to do it (I think it only works in dos, but I think I know the way for unix too). KEYWORDS: CLEAR clear CLS cls Screen SCREEN screen Blank
|
Perl Tutorial by www.cupidsystems.com Language: Perl
Want to learn Perl? This may help you ...
|
Introduction to Perl by T. E. Geek Language: Perl
A friendly and easy approach to tackling perl for the first time. Hopefully, those considering to learn this wonderful language, or those struggling with the basics will benefit from this brief tutorial. It introduces the language, it's strengths, and leaves you able to write a "goodbye world" program.
|
Learn to write an ad / banner script! by Rombauts Steven Language: Perl
This is a short tutorial/article wich will explain you how to use randomness to make a banner script. This explains you how to use randomness, the split function, storing files in arrays and ssi includes. This tutorial has an example included in the zip file wich you can also download here! I hope this will help you to understand these functions!
|
Perl quote program for PHP sites by Kurt Csowl Language: Perl
This program is so that you can call a perl script with a file or multiple argument list. The files contain 1 quote per line. People running a web page can call the perl script to get a new random quote to put on the site from all the quotes in the text files you create.
A new quote on ur page every time can make it even kewler to visit.
|
|
Clear a package by Found on the World Wide Web Language: Perl
How do I clear a package?
Use this code, provided by Mark-Jason Dominus:
|
How to start a Perl script under Windows without writing a separate batch file by Marc-Alain Gross Language: Perl
You know the problem: you want to write a Perl script under Windows but to run it, you need to specify the path to the script (i.e: "perl c:\apps\perl\showdate.pl").
Basically DOS allows to search through the Environment Variable "PATH" to find a script. But it allows only Microsoft scripts to run through this way (actually you have the possibility to assign all ".pl" files to Perl, but it doesn't work under DOS).
Your (and my) goal is to start the script using the short way, that ... (see entry for full description)
|
Learn Perl By example by GIRISH_S Language: Perl
A Tutorial which teaches perl in an interactive way.Several examples gives you clear idea about what Perl can do and do not.
|
Cryptography by sachin shankar kambli Language: Perl
It will encrypt the any number of text and again decrypt it. you can use it as privacy like password and etc.
|
|
|