in reply to Re^3: How would I change a10 into A:10 in perl?
in thread How would I change a10 into A:10 in perl?

I tend to bundle warnings and strict together in a bundle I refer to as "strictures", as in "Always use strictures (use strict; use warnings; - see The strictures, according to Seuss).".

True laziness is hard work
  • Comment on Re^4: How would I change a10 into A:10 in perl?