|
|
|
1
Usage:
found('asdf',@array);
P.S. In perl 5.10 can be written as
use 5.010;
'asdf'~~@array;
found('asdf',@array);
P.S. In perl 5.10 can be written as
use 5.010;
'asdf'~~@array;
1
Digest::MD5 is core from 5.8.
1
Sorts list of files by date of change, most recent ones first
1
Detect indexes of max and min values of an array in Perl
1
Regexp::Grammars is using new regex features of perl 5.10, but allows to write grammars more easily.
1
Example of capturing content from one string in array till end of array, with tests
-1
Just a simple check to make sure that a person's email address matches their domain.
For example .. in a form you have 2 textboxs .. 1 for their website url, the other for their email address. This checks to see if the domains for the email address and the website url match.
For example .. in a form you have 2 textboxs .. 1 for their website url, the other for their email address. This checks to see if the domains for the email address and the website url match.
5
Simple function to check for a valid email address. Makes sure the @ and a . are in the right place. There is most likely a perl package on CPAN that would be more extensive, but this happens to work for my uses.
12
A little function that returns a greeting based on the local time.
7
A database API written in Perl for a MySQL.
You will need to edit the settings for your server.
Enojy
You will need to edit the settings for your server.
Enojy







