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

Re: oop, variable that counts the number of objects created

by perlfan (Vicar)
on Jul 30, 2020 at 03:35 UTC ( [id://11120048]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $auto = new car("Opel Vectra",50000);
    
  2. or download this
    my $auto = car->new("Opel Vectra",50000);
    
  3. or download this
    use strict;
    use warnings;
    ...
    # add other "collective" methods
    
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11120048]
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: (7)
As of 2024-04-25 15:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found