> We are observing this call:
>       my @dir = qx(DIR /B "$path" 2>&1); chomp(@dir);
> to intermittently return absolutely NO output
>       if (!scalar(@dir)) { ### process strange error

Why are you trying to use a system command to read a directory, when
readdir() is built in to perl?


-- 
Mark Thomas                    [EMAIL PROTECTED]
Internet Systems Architect     User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
 

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to