What is description,bin_data,filename,filesize,filetype?and how to get
these imformaton from perl?

They are the names of fields within the table being accessed by the
MySQL query.
A visit to www.mysql.com to have a look at the documentation might be
good.
If your Perl does a     use DBI;    you can send any MySQL command to
the database and get the results back into Perl variables. Spend some
time reading the documentation for the DBI module. A few 10 minute
sessions now and then was enough for what I needed to know when I
started using Perl with MySQL.

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to