[Catalyst] Re: From the beginning...

Sebastian Riedel sri at oook.de
Wed Apr 13 02:25:41 CEST 2005


Am 13.04.2005 um 01:52 schrieb LD:

> Any thoughts on this and how v.5 compares?

Well, the built in helpers are again just examples and quite limited, 
writing your own helpers is very simple.

     package Catalyst::Helper::FooBar;

     # mk_stuff will be called from the helper system
     sub mk_stuff {
         my ($class, $helper, $arg1, $arg2, $arg3) = @_;
         # make stuff :)
     }


     % script/create.pl FooBar arg1 arg2 arg3

--
sebastian




More information about the Catalyst mailing list