in reply to Re: DBIx::ActiveRecord usage
in thread DBIx::ActiveRecord usage

How to use DBIx::ActiveRecord ?

The line no is already given.

Replies are listed 'Best First'.
Re^3: DBIx::ActiveRecord usage
by choroba (Cardinal) on May 20, 2014 at 09:44 UTC
    I mean the line in your code.
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
      I think its occuring at my $m = Database->new();
      The following is the error -->

      Compilation failed in require at test.pl line 4.
      BEGIN failed--compilation aborted at test.pl line 4.
      In test.pl the below is the code -->
      use strict; use warnings; use Database;