in reply to Re: How to remove character at certain position in the String.....
in thread How to remove character at certain position in the String.....

Interesting!

Like jweed, I knew that if you use /$variable/ in a cycle, it gets recompiled at each iteration, even if $variable doesn't change.

Since I am sure I read that in a far away day in the past ;-) I suppose that it worked that way before, so it must have changed at some point. Could anybody tell at which version of Perl that behaviour changed?

Thanks

Ciao!
--bronto


The very nature of Perl to be like natural language--inconsistant and full of dwim and special cases--makes it impossible to know it all without simply memorizing the documentation (which is not complete or totally correct anyway).
--John M. Dlugosz
  • Comment on /$variable/ [was: Re: Re: How to remove character at certain position in the String.....]
  • Select or Download Code