[Dbix-class] Should this work?

Rob Kinyon rob.kinyon at gmail.com
Tue Sep 15 19:54:57 GMT 2009


On Tue, Sep 15, 2009 at 15:49, Dermot <paikkos at googlemail.com> wrote:
[snip]
> $schema->create->($ref) or warn "Error inserting: $@\n";
[snip]

$schema->create( $ref );

$schema->create->($ref) calls create() with no arguments.



More information about the DBIx-Class mailing list