Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Shared variables under win32?

by Roger (Parson)
on Feb 06, 2004 at 16:51 UTC ( [id://327140]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
              $cgi->start_html(), "\n",
              $cgi->end_html(), "\n";
    }
    
  2. or download this
    # turn off built-in auto-locking
    my $ns = Win32::MMF->new ( -namespace => "My.data1",
    ...
        wait($write_semaphore);
        $ns->write($xml);
        release($read_semaphore);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-20 04:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found