5 if (@ARGV) { 6 foreach $ARGV (@ARGV) { 7 opendir (DIR, "$ARGV") or die "$!"; 8 } 9 }
So far, it looks like the last command-line argument is stepping on any other arguments that come before it. Is there a way to assign multiple command-line args to multiple directory handles? TIA Ron -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]