RE: Need to help with flat file

2001-03-24 Thread Sterin, Ilya
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

Re: Need to help with flat file

2001-03-24 Thread Brett W. McCoy
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

Re: Need to help with flat file

2001-03-24 Thread James Maes
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

Need to help with flat file

2001-03-24 Thread David Jacobowitz
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