Revision: 4974
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 31, 2008 17:31 by meme
Initial Code
$emailaddress =~ s/^\s+//;
Initial URL
Initial Description
This code will remove leading whitespace from a string using Perl.
Initial Title
Remove Leading Whitespace (blanks) with Perl
Initial Tags
Initial Language
Perl