[Catalyst] additional_template_paths in Catalyst::View::TT 0.21

A. Pagaltzis pagaltzis at gmx.de
Thu Jan 12 00:24:02 CET 2006


* Zbigniew Lukasiak <zzbbyy at gmail.com> [2006-01-11 15:00]:
>$path_array = $self->include_path( );
>@$path_array = ( qw/path another_path/ );

@{ $self->include_path } = qw( path another_path );

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>



More information about the Catalyst mailing list