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

\1 and \2 are not stricture errors (use strict does not generate warnings - they are fatal errors). They are warnings, and require warnings to be turned on.
  • Comment on Re^3: How would I change a10 into A:10 in perl?

Replies are listed 'Best First'.
Re^4: How would I change a10 into A:10 in perl?
by GrandFather (Saint) on Dec 03, 2010 at 21:59 UTC