Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Tying variables to remote CORBA objects

by djantzen (Priest)
on Dec 20, 2001 at 05:37 UTC ( [id://133365]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      tie($corba_hash, %$hash);
      return $corba_hash; # return to the client
    
  2. or download this
     
      bless($hash, 'CORBAHash');
      $ORB->activate($hash); # register object with the ORB
      return $hash; # return to the client
    
  3. or download this
      tie(%hash, 'CORBAHash');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-03-29 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found