/ Published in: Perl
This code will remove leading whitespace from a string using Perl.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$emailaddress =~ s/^\s+//;