in reply to Re^2: Inherited a perl script...need help (s///)
in thread Inherited a perl script...need help
If I remove that coding, how do I accomplish the same result?
If you remove something, and want the same result back, you can just put the code back in. Same result as before is practically guaranteed.
I could guess that your real problem is a bit different: you removed lines that should have done X, but replaced 0030 with 9999 instead. You want to know, what code should be put in the place of those lines, so it does what you want - X.
This would be my guess of your problem, which brings us to a problem of mine: I want to help you, yet I don't know what X stands for.
- Luke
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Inherited a perl script...need help (s///)
by iceotron (Initiate) on Nov 11, 2015 at 21:39 UTC | |
by blindluke (Hermit) on Nov 11, 2015 at 21:45 UTC | |
by Preceptor (Deacon) on Nov 12, 2015 at 22:50 UTC |