Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Re: Classes Are Killing Me

by Anonymous Monk
on May 19, 2002 at 21:49 UTC ( [id://167727]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Person;
    use strict; 
    ...
    }
    
    1; # Modules need to end in a true value
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $bar->age(3);
    $bar->exclaim();
    $foo->exclaim();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-19 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found