gennoob has asked for the wisdom of the Perl Monks concerning the following question:
This however printed out hash references. Removing the \ would print out the size of the array. How would I dereference these hash references. Moreover, is there a more proper way to print my queries? By the way, I'm using Catalyst::Model::DBIC.my @comments = Test::Model::Guestbook::Posts->search(); $c->stash->{comments} = \@comments;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Catalysts question on database
by holli (Abbot) on Apr 19, 2006 at 08:00 UTC | |
by gennoob (Initiate) on Apr 19, 2006 at 09:21 UTC |