Subject: | Overlapped I/O operation is in progress |
Hi,
On ActiveState Perl v5.12.4, on Windows XP PRO 32bit (locale FR), I get
this error while running getpwent :
C:\Documents and Settings\vb>perl -MWin32::pwent=getpwent -e "print
join(',',getpwent())"
UserGetInfo() failed: Overlapped I/O operation is in progress at
C:/Perl/site/lib/Win32/pwent.pm line 145.
If I remove the die(), I get the right datas.
(As you can see in Win32::FileOp, the author mention this error as a
non-error.)
Regards,
Vincent