$syscommand = "/root/dir_name/shell/fileName.pl";
print STDERR "Running fileName.pl\n";
$ret = system($syscommand);
if ($ret != 0){
print STDOUT "Error running fileName.pl\n";
exit(-1);
}
Subscribe to:
Post Comments (Atom)
Thoughts, comments, opinions of 20-something working in IT striving to be a house-proud homemaker
No comments:
Post a Comment