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


_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


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

Reply via email to