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

Re: Re: globalization sorrows

by demerphq (Chancellor)
on Jul 06, 2003 at 19:02 UTC ( [id://271802]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Mold::spawn
    Mold::init
    ...
    EventQueue::spawn
    Data::Monsters::spawn
    Message::spawn
    
  2. or download this
    sub spawn
    {
    ...
       $self->init()
       return($self);
    }
    
  3. or download this
    $mold=Mold->spawn;
    $mold->init();
    
  4. or download this
       $self->{parent}=$self || die;
       $self->{mold}=$self || die;
    

Log In?
Username:
Password:

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

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

    No recent polls found