in reply to Re: calling a perl script from within another perl script
in thread calling a perl script from within another perl script
I had tried using backticks before and couldn't get that working for some reason. I just tried using the system() call and that worked just fine. Thanks for your help.
Matt