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.