I am doing a simple record length check on a series of files via a dos batch file e.g. 
check_length.bat:

check_length.pl  file1 100
check_length.pl  file2 200
check_length.pl  file3 300


Is it possible to do something in perl (like a return code) so that the batch file 
aborts if say file2 is incorrect ?

TIA

Regards

Mark Bedish
Surrey,UK


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to