I often have a line like this at the beginning of my scripts:
@ARGV or die "Usage: blah\n"; ... but I've seen: @ARGV || die "Usage: blah\n"; Could someone explain the difference? - Bryan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]