On 6/26/06, Sarah Berry <[EMAIL PROTECTED]> wrote:
> So instead, I would want to do something like this?
>   my %conds = {
>   my %cnt = {
>

The { ... } construct creates a hash reference, which should be stored
in a scalar.  So if you want things to be simple and readable, it
should say:

my $conds = { ... }

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/dbix-class@lists.rawmode.org/

Reply via email to