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');
(maybe we could be more helpfull if you post your script)