On Sep 3, 9:13 am, [EMAIL PROTECTED] (Ana) wrote:
> On 31 ago, 22:35, [EMAIL PROTECTED] (Jm) wrote:
>
>
>
>
>
> > if you have access to the mysql client and server you don't need any
> > modules, just use the "load data" sql command with all the requisite
> > parameters.
>
> > if you need to make a
On 31 ago, 22:35, [EMAIL PROTECTED] (Jm) wrote:
> if you have access to the mysql client and server you don't need any
> modules, just use the "load data" sql command with all the requisite
> parameters.
>
> if you need to make a perl script for it, just use the standard dbd
> (or dbi, i forget cur
if you have access to the mysql client and server you don't need any
modules, just use the "load data" sql command with all the requisite
parameters.
if you need to make a perl script for it, just use the standard dbd
(or dbi, i forget currently which is parent to which) module to
connect, then us