Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: inheritance: constructors

by dws (Chancellor)
on Jun 24, 2002 at 22:26 UTC ( [id://176969]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Word;
    
    sub new {
    ...
        $self->{nom_sg} = shift;
        $self->{gen_sg} = shift;
    }
    
  2. or download this
    print $w->{english};
  3. or download this
    sub english {
        my $self = shift;
        return $self->{english};
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-03-28 16:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found