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.