in reply to Re^2: call perl script from anotherin thread call perl script from another
if($tab[-1] != $tab[-2]) { my $adr="/home/my_folder/perl_script/rebelotte.pl"; system($adr); exit; } [download]