Hello All, In shell script file, I can call another program & checked the exit status. Like:
./prog2 if [ $? -ne 0 ] then echo "Error" exit fi How to do in perl? ANy help much appreciated. Regs, Durai. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.665 / Virus Database: 428 - Release Date: 4/21/2004 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>