http://www.perlmonks.org?node_id=688323


in reply to Re: Ways to delete start of string
in thread Ways to delete start of string

'reverse' seems fairly intuitive, longer the string the greater the work (times two in fact). 'regex' looks like it is seeking constant time of sorts. I'm clueless on the flip flop with 'substr_mod' and 'substr_copy'.

--hsm

"Never try to teach a pig to sing...it wastes your time and it annoys the pig."