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

Have you doublechecked that /home/my_folder/perl_script/rebelotte.pl is existing? And that there is no typo in the path?
Have you tried to execute it (with the full path!) from your unix-shell?

Replies are listed 'Best First'.
Re^4: call perl script from another
by Anonymous Monk on Feb 03, 2010 at 12:41 UTC
    i've checked all ,everything is good and i can execute the "/home/my_folder/perl_script/rebelotte.pl" from my unix-shell. i've also tried
    if($tab[-1] != $tab[-2]) { my $adr="/home/my_folder/perl_script/rebelotte.pl"; system($adr); exit; }
    same error