On Tue, 24 Sep 2002 12:45:58 +0100
"dan" <[EMAIL PROTECTED]> wrote:

> Finally I managed to get my perl script to connect to the relevant MySQL
> database. I've looked at the DBI.pm information, but I still am pretty
> clueless about how you read data from a table, and write data to it. Any
> help much appreciated.

You're best bet on learning SQL is to hop over to the MySQL website and looking
at the documentation they have, or search google for tutorials/articles. And
with actually using it within Perl I'd recommend you use one of the abstraction
modules such as DBIx::Simple, DBIx::Abstract or any others.
--
vis tecum sit.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to