Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How Are Attributes Useful?

by pemungkah (Priest)
on Mar 24, 2007 at 08:40 UTC ( [id://606396]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Something::Pluggable;
    use base qw(Class::Autoplug::Pluggable);
    1;
    
  2. or download this
    package Something::Plugin::Foo;
    use base qw(Class::AutoPlug::Plugin);
    ...
    sub z:Posthook(someBaseMethod) { ... }
    
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-03-19 06:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found