in reply to
Re^3: DBIx::ActiveRecord usage
in thread
DBIx::ActiveRecord usage
I think its occuring at
my $m = Database->new();
Comment on
Re^4: DBIx::ActiveRecord usage
Download
Code
Replies are listed 'Best First'.
Re^5: DBIx::ActiveRecord usage
by
Anonymous Monk
on May 20, 2014 at 10:55 UTC
DBIx::ActiveRecord
shows
__PACKAGE__->table ...
so try that?
[reply]
[d/l]
Re^6: DBIx::ActiveRecord usage
by
pankaj_it09
(Scribe)
on May 20, 2014 at 11:16 UTC
Tried that.
Still the same problem.
[reply]
In Section
Seekers of Perl Wisdom