Help for this page

Select Code to Download


  1. or download this
    package MyApp::Controller::Play;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    package MyApp::View::Alloy;
    use strict;
    ...
             blessed(+shift);
         }
         );
    
  3. or download this
    [% INCLUDE show_object
       title = object.blessed()
    ...
        [% END %]
    </div>
    [% END %]