Strip newline chars





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

« Previous 1 2 3 Next »
0
Date Submitted Sat. Mar. 8th, 2008 1:41 PM
Revision 1
Beginner 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;
0
Date Submitted Sat. Mar. 8th, 2008 3:54 PM
Revision 1
Beginner chorny
Tags MD5 | Perl
Comments 0 comments
Digest::MD5 is core from 5.8.
-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.
6
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
1
Date Submitted Wed. Mar. 1st, 2006 3:40 PM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | BATCH | CMD
Comments 0 comments
Add users and groups to all machines in a domai
1
Date Submitted Wed. Mar. 1st, 2006 3:44 PM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | BATCH | CMD
Comments 0 comments
Archief event log enteries
4
Date Submitted Thu. Mar. 2nd, 2006 3:36 AM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | BATCH | CMD | wins
Comments 0 comments
Change wins settings for all nics
4
Date Submitted Thu. Mar. 2nd, 2006 3:41 AM
Revision 1
Syntax Master dannyboy
Tags "Command Line" | BATCH | CMD | share
Comments 0 comments
Builds a batch file to create hidden shares for a bunch of sub-directories (eg, User shares)
« Previous 1 2 3 Next »