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

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

by jeffa (Bishop)
on Mar 18, 2002 at 04:11 UTC ( #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? | Other CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2023-03-24 02:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?