Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

IPC::Sharable ... curious ipcs -a results

by andyok (Novice)
on May 27, 2021 at 16:05 UTC ( [id://11133147]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use IPC::Shareable;
    use IPC::SysV qw(ftok);
    ...
    $ftok = ftok($0);
    printf("ftok=$ftok (0x%08X)\n", $ftok);
    $tied = tie %Sess, 'IPC::Shareable', {key => $ftok, mode => 0666, crea
    +te=>"yes"};
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11133147]
Approved by haukex
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-03-29 10:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found