/ Published in: Perl
![](/img/icon_sav.png?v3)
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+//;
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)