Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: How to use Inheritance with Inside-Out Classes and Hash Based Classes

by Perl Mouse (Chaplain)
on Nov 16, 2005 at 09:32 UTC ( [id://508952]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $obj = Samba::LDAP->new(args needed by File::Samba)->init(initializ
    +ation arguments)
    
  2. or download this
    sub create_and_initialize { # 'new' is a bad name; it does more.
        my $class = shift;
    ...
        # Initialize the object using $arg.
        return $obj;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found