Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

(jeffa) 3Re: Beginner's Object Orientation Exercises?

by jeffa (Bishop)
on Mar 18, 2002 at 04:11 UTC ( [id://152401]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Flashlight;
    
    ...
    
       return bless $self, $class;
    }
    
  2. or download this
    my $light = Flashlight->new(1,4);
    
  3. or download this
    use strict;
    
    ...
       }
       return $string;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found