Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: inheritance turns back and bites

by stvn (Monsignor)
on Mar 01, 2004 at 19:35 UTC ( [id://333025]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # sub new { bless \pop, shift }
    sub new { my $self = pop; bless \$self, shift }
    
  2. or download this
    MyNumber->new([ 0 .. 100 ]);
    MyNumber->new({ test => 1});
    MyNumber->new(*STDOUT);
    

Log In?
Username:
Password:

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

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

    No recent polls found