in reply to Re: SysV IPC key_t handling in Perl
in thread SysV IPC key_t handling in Perl

Maybe should I have made this clearer - the issue resides only in the way Perl handles the first argument to msgget.

If used from C, or even from Perl after patching doio.c to consider the key as an integer and not a double (see the bottom half of my previous post), this system call works just fine.

Replies are listed 'Best First'.
Re^3: SysV IPC key_t handling in Perl
by Anonymous Monk on May 29, 2008 at 11:12 UTC
    i dealt with same problem (perl 5.8). Agree! Did you appeal to perl-developers?