Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

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

by kcott (Archbishop)
on Jul 11, 2018 at 07:15 UTC ( #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? | Other CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2023-09-23 22:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?