in reply to what is exactly HANDL is
The fileno() return value is a C file descriptor value and the HANDLE is, as ikegami stated, what CreateFile() returns. CreateFile() is a Windows system function. You're mixing two different APIs. Instead of using CreateFileMapping() maybe you could try using mmap().
90% of every Perl application is already written. ⇒ |
dragonchild |
|
---|