> Hello list,
> I am as well a beginner to Perl and am currently working my way through 
> the LLama and I have also purchased the Camel and am looking through it.  
> My goal is to be able to do some programming for a MySQL database that I 
> am in charge of running.  Any help along with the previous message would 
> be great.
> 

Your question, other than context, is really completely different. In
general the canned response of,

"You will want to become familar with the DBI module available from
CPAN. It is a generic Perl interface that uses engine specific drivers
to control any of numerous types of engines, MySQL being one of those."

Should get you most of the way there, assuming you then go and read the
documentation for DBI. ORA also has a book "Programming the Perl DBI"
that is excellent coverage of the material if you are into the whole
book thing.

http://search.cpan.org/~timb/DBI-1.39/DBI.pm

http://danconia.org

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

Reply via email to