in reply to RE: Problems with perl script calling perl scripts
in thread Problems with perl script calling perl scripts

I would put the whole thing in one script and avoid the trouble of getting the scripts to talk to one another. If the script is still unmanageable you can add subroutines and perl modules. You don't show the other scripts, but I am willing to bet they could be small subroutines. My philosophy is to keep it as simple as possible and achieve the objective.
  • Comment on RE: RE: Problems with perl script calling perl scripts

Replies are listed 'Best First'.
RE: RE: RE: Problems with perl script calling perl scripts
by mr_ayo (Beadle) on May 05, 2000 at 05:44 UTC
    Just finished doing this. Oddly enuf, I still have the exact same problem. The all-in-one script dies in the same part that the it did when separated.
    When I commented out all the stuff prior to the part where it dies, it ran fine. Arrgh. This should be an interesting weekend.