in reply to Re: Database Question
in thread Database Question

it's requires no other modules. no need to install module, just it in cgi-bin and use. only require lib module in programs. easy setup and use.

Replies are listed 'Best First'.
Re^3: Database Question
by Your Mother (Archbishop) on May 22, 2009 at 04:50 UTC

    All non-XS Perl code can be bundled that way and the XS stuff can be installed normally on any of a thousand configurations.

    If this is a learning exercise, great! But the public presence makes it sound like it's supposed to be for consumption. You will not do better than the modules mentioned above because they are the fruits of some of the best hackers in perldom + years of effort, tests, and user patches and feedback.

    As long as you include and abide by appropriate license info, you can copy any open source code into your distribution. No problem!