Help for this page

Select Code to Download


  1. or download this
     use IPC::Shareable;
    $robj = {status=>'init'};
    ...
    }
    
    print "\n", $robj->{status}, "\n";
    
  2. or download this
    IPC::Shareable::SharedMem: shmget: Permission denied
     at /usr/lib/perl5/site_perl/5.8.3/IPC/Shareable.pm line 566
    Could not create shared memory segment:
     at test_ipc_shareable.pl line 3