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

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