in reply to Re: How would I change a10 into A:10 in perl?
in thread How would I change a10 into A:10 in perl?
As the the warnings would have told you if you'd have tried running your code with strictures:
\1 better written as $1 at ... \2 better written as $2 at ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How would I change a10 into A:10 in perl?
by JavaFan (Canon) on Dec 03, 2010 at 11:14 UTC | |
by GrandFather (Saint) on Dec 03, 2010 at 21:59 UTC |