in reply to Re: At what point do you rewrite that old shell script in Perl?
in thread At what point do you rewrite that old shell script in Perl?
I'll add -- or you have to port it to another environment, and it has dependancies that you can't rely on.
Eg, if I'm going to have to move from a BSD to an ATT unix, and do something with parsing ps output, and suddenly have to deal with the difference in options between systems. (it's one thing to move it completely, but I don't want to maintain two variants if I don't have to.
|
|---|