I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-02-10 18:47:25-08 by mreece in response to 83
Re: getting started (cont)
BeerDB->config has the accessor ->masonx, but it is returning undef. if i do
BeerDB->config->masonx({});
before the
BeerDB->config->masonx->{comp_root} = [ factory => '/Public/maypole' ];
then it gets past the previous errors, but i get
[Thu Feb 10 10:44:09 2005] [error] Can't locate object method "untaint_columns" via package "BeerDB +::Style" (perhaps you forgot to load "BeerDB::Style"?) at /usr/local/apache_perl/packages/BeerDB.p +m line 28. Compilation failed in require at (eval 685) line 3. [Thu Feb 10 10:44:09 2005] [error] Can't use string ("factory") as an ARRAY ref while "strict refs" + in use at /usr/lib/perl5/site_perl/5.6.1/MasonX/Maypole.pm line 166.
Direct Responses: 85 | Write a response