Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: What namespace??

by Sinister (Friar)
on Oct 08, 2002 at 13:56 UTC ( [id://203647]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      Class::AccessorMaker
    
      generate common accessor method with default values.
    
  2. or download this
         With constructor
               package Users;
    ...
         which assumes you are a guest by default. The second example 
         is some sort of mailer-object. And the third is used by a lot 
         of serial killers out there...
    
  3. or download this
         The AccesorMaker takes in, at use-time, a hash-reference and an 
         extra keyword. It uses the keys of the hash-reference to create 
    ...
         If you want your constructor to run your objects "init()" routine
         you can specify the keyword "new_init". If you want to write your
         own "new()" routine you can use  "no_new".
    
  4. or download this
         This module is still under some sort of development, and I am 
         expecting to release things like ReadOnly / WriteOnce accessor 
         methods in the near future. I alredy have 
         Class::AccessorMaker::Private out there for you, which could 
         prove to be very usefull for you.
    
  5. or download this
         Please do not put those perl-reserved names in there like 
         DESTROY, import, AUTOLOAD, and so on. It will hurt you badly.
    ...
    
         And besides, there is going to be someone out there who is
         actualy going to put it to good use...
    
  6. or download this
         Hartog 'Sinister' de Mik <hartog@2organize.com>
    

Log In?
Username:
Password:

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

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

    No recent polls found