Is there a way to use die but not break the entire script?
system ("dir $servervolume > dirinfo") || die "cant get dir info";I want it that if does die to assign a value of zero to a variable? Is that posssible? Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
