On Tue, Sep 15, 2009 at 15:49, Dermot <[email protected]> wrote: [snip] > $schema->create->($ref) or warn "Error inserting: $...@\n"; [snip]
$schema->create( $ref ); $schema->create->($ref) calls create() with no arguments. _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
