Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Howto create a Moose baseclass/superclass/contract? Moose equivalent of Module::Pluggable? Favorite way to create base/super class?

by Anonymous Monk
on Dec 26, 2012 at 11:40 UTC ( [id://1010362]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package iAmInYourIsa;
    sub dothis { croak "subclass must implement dothis" }
    ...
    
  2. or download this
    package iAmInYourIsa::CGI;
    use parent 'iAmInYourIsa';
    use CGI;
    sub dothis { ... my $q = CGI->new ... $q->param ... }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-16 10:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found