in reply to Re^3: call perl script from another
in thread call perl script from another

the problem was the #!line in the script i'm calling

#!/user/bin/perl instead of #!/usr/bin/perl.

thank you for all your help