In a message dated 2/28/2006 6:33:46 P.M. Eastern Standard Time, [EMAIL PROTECTED] writes:
 
> got some code:
>
> #! -*- perl -*-
> opendir(DH,'C:\install\_import\Temporary Internet Files') && (@d = readdir(DH))
>     && closedir(DH) && print join("\n",@d);
>
> get this output:
>
> C:\>pl.pl
> .
> ..
> Content.IE5
> desktop.ini
> C:\>
>
> I'm pointless why... there is more than 35 000 files.
 
35000 files, but how many directories???   remember that opendir(), readdir(), etc., only access directories, not files.  
 
hth -- bill walters  
 
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to