request help importing to mysql from tcp feed

2001-04-04 Thread David Armstrong
somehow my post screwed up here it is in it's entirety. could i respectfully request help, i am totaly lost as to how to format this code as well as only been with mysql & perl for 2 weeks. i am trying to take a real time internet tcp feed that is a comma deliminated row and input into fields i

request help importing to mysql from tcp feed

2001-04-04 Thread David Armstrong
my code attempt #!/usr/bin/perl -w #for test using socket input from $remote_host = "linus.chemeketa.edu"; $port = "10152"; $hostname = '127.0.0.1'; # localhost $portdb ="3306"; # default mysql port $database = "track"; # database name $user = "david"; # database user name $password =

request help importing to mysql from tcp feed

2001-04-03 Thread David Armstrong
could i respectfully request help, i am totaly lost as to how to format this code as well as only been with mysql & perl for 2 weeks.   i am trying to take a real time internet tcp feed that is a comma deliminated row  and input into fields in a mysql database   my attempt although possibly