|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: need to strip the first 8 characters out of a tracking #by MidLifeXis (Prior) |
| on Aug 24, 2012 at 16:51 UTC ( #989587=note: print w/ replies, xml ) | Need Help?? |
|
You could also use $string =~ s/^.{8}//. I would probably use the substr approach given by runrig. --MidLifeXis
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||