Help for this page

Select Code to Download


  1. or download this
    strace perl -e 'msgget( 0xdeadbeef, 0 );'
    ...
    msgget(0x80000000, 0)      = 655361
    
  2. or download this
    # A testcase exhibiting the issue
    use IPC::SysV qw( IPC_CREAT IPC_RMID );
    ...
    }
    
    1;