Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Package-specific Attribute Handling and Multiple Inheritence

by Thilosophy (Curate)
on Sep 03, 2005 at 07:49 UTC ( [id://488877]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package MyApp;
    use base 'CGI::Application';
    ...
    sub my_run_mode : StartRunmode {
      # (the StartRunmode attribute is provided by the plugin)
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    Package A handler: Eins Zwei Drei 
    Invalid CODE attributes: Eins : Zwei : Drei at /tmp/attr.pl line 30
    BEGIN failed--compilation aborted at /tmp/attr.pl line 30.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-25 13:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found