more useful options | |
PerlMonks |
Re: How do I pull n characters off the front of a string?by perlmonkey (Hermit) |
on May 02, 2001 at 11:48 UTC ( [id://77258]=note: print w/replies, xml ) | Need Help?? |
Use substr when possible, it can be many times faster then a simple regex:
In Section
Seekers of Perl Wisdom
|
|