Hi all.
 
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. Could anyone please give me a hint?

activeperl 5.8.7.815, winxp sp2

--
Mylene Farmer Forever
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to