On Tue, Jul 23, 2002 at 11:02:07PM -0400, Justin Harrison wrote: > It seems to work in some fashion with Embperl Meta Subs.. > > Is it by design that it seems not to function with perl subs? Am I doing > something wrong? :-( Is there anyway to make it function with perl subs?
The easy perl sub way is to make your content.pm a proper object (i.e. bless it yourself) and then change your instantiation to [- $r->{content} = zoweb::content::content->new() -]. That will definitely work. Cheers, Gavin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]