A. Pagaltzis wrote:
> Are we done splitting this hair now or do you need more
> clarification?
Depends on what you mean by "methods":
foo.pl:
use MyApp;
print MyApp->foo($ENV{QUERY_STRING});
bar.pl:
use MyApp;
print MyApp->bar($ENV{QUERY_STRING});
I don't think this is a good idea, but you can do it if you want to.
"can" and "good idea" is the hair that I'm splitting.
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/