Help for this page
package MyApp; use base 'CGI::Application'; ... sub my_run_mode : StartRunmode { # (the StartRunmode attribute is provided by the plugin) }
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.