in reply to
call another perl script
I agree with
tune
you should implement the second script as a subroutine (much much less overhead!)
however it seems like a path problem, try to do
system('/full/path/to/your/script.pl');
[download]
(maybe we could be more helpfull if you post your script)
Comment on
Re: call another perl script
Download
Code
In Section
Seekers of Perl Wisdom