Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: object oriented Perl advice / constructor creation in child class

by kcott (Archbishop)
on Jul 11, 2018 at 07:15 UTC ( [id://1218283]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    lib/B.pm
    ...
    lib/C/C1.pm
    ...
    
  2. or download this
    package C::C1;
    
  3. or download this
    use C1;
    
    my $c1 = C1::->new();
    
  4. or download this
    use C::C1;
    
    my $c1 = C::C1::->new();
    
  5. or download this
    $ ./acd.pl
    A=HASH(0x9897d0)
    ...
    D-bar
    whos_who() is in package: C
    $self is in package: C::C1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (11)
As of 2024-04-19 16:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found