Navigation Home / Tags / Perl

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 Next »
1
Date Submitted Sat. Mar. 8th, 2008 1:41 PM
Revision 1
Helper chorny
Tags find | Grep | Perl
Comments 0 comments
Usage:
found('asdf',@array);

P.S. In perl 5.10 can be written as
use 5.010;
'asdf'~~@array;
1
Date Submitted Sat. Mar. 8th, 2008 3:54 PM
Revision 1
Helper chorny
Tags MD5 | Perl
Comments 0 comments
Digest::MD5 is core from 5.8.
1
Date Submitted Thu. Dec. 24th, 2009 1:38 PM
Revision 1
Helper chorny
Tags Date | filelist | Perl | sorting
Comments 0 comments
Sorts list of files by date of change, most recent ones first
1
Date Submitted Mon. Jan. 18th, 2010 5:56 PM
Revision 1
Helper chorny
Tags Array | List | max | min | Perl
Comments 0 comments
Detect indexes of max and min values of an array in Perl
1
Date Submitted Tue. Nov. 30th, 2010 10:33 AM
Revision 1
Helper chorny
Tags grammar | parsing | Perl
Comments 0 comments
Regexp::Grammars is using new regex features of perl 5.10, but allows to write grammars more easily.
1
Date Submitted Fri. Dec. 24th, 2010 1:51 PM
Revision 1
Helper chorny
Tags Array | Perl
Comments 0 comments
Example of capturing content from one string in array till end of array, with tests
-1
Date Submitted Thu. Aug. 31st, 2006 7:43 AM
Revision 1
Scripter ctiggerf
Tags Email | Perl | RegExp
Comments 0 comments
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.
5
Date Submitted Thu. Aug. 31st, 2006 7:58 AM
Revision 1
Scripter ctiggerf
Tags Email | Perl | RegExp | Validate
Comments 3 comments
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
Date Submitted Thu. Aug. 31st, 2006 8:09 AM
Revision 1
Scripter ctiggerf
Tags Perl
Comments 1 comments
A little function that returns a greeting based on the local time.
7
Date Submitted Thu. Aug. 31st, 2006 8:44 AM
Revision 1
Scripter ctiggerf
Tags API | Database | mysql | Perl
Comments 3 comments
A database API written in Perl for a MySQL.

You will need to edit the settings for your server.

Enojy
« Previous 1 2 3 Next »