system returns the exit code of the command executed, which can be seen as "0" in your log file, and not the output. If you want the output of the shell script in the perl script you should use backticks (``) instead.
my @syb1 = `/home/cfso/scripts/EVL_Loggers/check_tlm_MCF_EA_SYB1.csh`;In reply to Re: How to log a system call
by samarzone
in thread How to log a system call
by mdb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |