L
laredotornado
Hello,
I have a perl script that launches a Unix process that calls another
Perl script:
`perl /myscripts/gen_ecom_xml.pl $ckit_file > $xml_file`;
and I am wondering how I can get the exit status value and any
potential error messages?
Thanks in advance, - Dave
I have a perl script that launches a Unix process that calls another
Perl script:
`perl /myscripts/gen_ecom_xml.pl $ckit_file > $xml_file`;
and I am wondering how I can get the exit status value and any
potential error messages?
Thanks in advance, - Dave