in reply to OOP Data extractor

Thanks in advance for any help

Any particular reason to invent your own P.O.O.P.? :) I hear these days DBIx::Class is popular for the job, apparently it learned from prior art

Replies are listed 'Best First'.
Re^2: OOP Data extractor
by kazak (Beadle) on Nov 03, 2012 at 17:26 UTC
    You see, I'm trying to make this module to move often used functions into one custom module, (in order avoid of repeating them many times in various scripts) so it's not like I'm trying to re invent something but making a wrapper around DBI class with my logics.

      You see, I'm trying to make this module to move often used functions into one custom module, (in order avoid of repeating them many times in various scripts)

      good goal :)

      so it's not like I'm trying to re invent something but making a wrapper around DBI class with my logics.

      See DBIx::Class::Manual::Intro, its like 90% of the wrapper you're creating