http://www.perlmonks.org?node_id=710825


in reply to Call perl script from within another perl script

How do you know it does not work? Do you get an error back from system?my $stat=system('mumble mumble');Returned errors are your friends ;-)

You could also try doing a -e filename on the script, and on perl, since we don't seem to know which one is causing the problem.