8:09 PM
Subject: Re: Need to help with flat file
If there was magic, there would be no need for programmer.
see code below, note this was typed in an email client and never ran.
Debuging is left to the local warlock.
=== begin magic code ===
#!/usr/bin/perl
BEGIN
{
use XXX.pm
On Sun, 25 Mar 2001, David Jacobowitz wrote:
> I have stored our web visitors input in a flat file. My form has 7 fields.
> Each field values are stored in new line and at the end of the record I
> simply printed end-of-user-record.
>
> I have constructed a table in MySQL and would like to upload
If there was magic, there would be no need for programmer.
see code below, note this was typed in an email client and never ran.
Debuging is left to the local warlock.
=== begin magic code ===
#!/usr/bin/perl
BEGIN
{
use XXX.pm ## replace XXX with the DBI Driver you are u
Hi,
I have stored our web visitors input in a flat file. My form has 7 fields.
Each field values are stored in new line and at the end of the record I
simply printed end-of-user-record.
I have constructed a table in MySQL and would like to upload these data in
my database. But there are many