open FILE,"my_data" or die "Error\n"; #### system("exec.pl"); #### open FILE,"/my/path/my_data" or die "Error\n"; #### system("/my/path/exec.pl");
## system("exec.pl"); ##
## open FILE,"/my/path/my_data" or die "Error\n"; ##
## system("/my/path/exec.pl");