How can I make my perl script upload a tab delimited file into a mysql table within the database? This table will be replaced entirely, everyday, by a new file.
For example;
Everyday $foo needs to replace $foo_table with fresh data.
Please note that my webhost will not grant my mysql user the *file* privelege access (saying it is too much of a security risk), so I cannot use 'mysqlimport' (gives me an access denied error).
If you need more info, please let me know.