|
In a message dated 2/28/2006 8:13:31 P.M. Eastern Standard Time,
[EMAIL PROTECTED] writes:
> 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 OOPS... disregard last transmission - it won't help. bill walters |
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
