Re: Win32::API memory leak problem

2005-01-15 Thread $Bill Luebkert
Perl Diver wrote: > I'm trying to use the Win32::API module to access the native > FindFirstFile() and FindNextFile() system calls. It's as a workaround > to the File::Find module, because for some reason stat() is dreadfully > slow on FAT32... Anyway, the Win32::API stuff works fine and returns

Win32::API memory leak problem

2005-01-15 Thread Perl Diver
I'm trying to use the Win32::API module to access the native FindFirstFile() and FindNextFile() system calls. It's as a workaround to the File::Find module, because for some reason stat() is dreadfully slow on FAT32... Anyway, the Win32::API stuff works fine and returns all the file metadata I ne