Jeff Westman wrote:
This seems simple enough.... I have two separate, independent perl scripts. I want to call one perl script from the other script.
Sometimes it just is that simple :-).
The better way would be to take the like functionality and roll it into a perl module that both scripts then use. But you seem resistant to this method.... so back to 'system' and backticks.I know I can do this with a system call (or backticks). Is there a better way? If not, what is the preferred method? (I don't want to make one a sub routine of the other).
http://danconia.org
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]