Problem!!

Problem!!

am 07.07.2007 09:04:42 von Aruni Alahakone

Hi,

I want to convert mysql tables to XML, and therefore
downloaded some perl modules. But i'm confused on how
to install them and use them and how to execute code
(use DBI, use strict etc). I would really appretiate f
you could send me the step by step procedure to
install Perl, connect to mysql and perform the xml
conversion. I have never used perl before, so I'm not
very familiar with it.

Thank you very much..
Aruni Alahakone..




____________________________________________________________ ________________________
Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.h tml

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: Problem!!

am 08.07.2007 01:15:04 von Jake Peavy

------=_Part_138365_31027305.1183850104561
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 7/7/07, Aruni Alahakone wrote:
>
> Hi,
>
> I want to convert mysql tables to XML, and therefore
> downloaded some perl modules. But i'm confused on how
> to install them and use them and how to execute code
> (use DBI, use strict etc). I would really appretiate f
> you could send me the step by step procedure to
> install Perl, connect to mysql and perform the xml
> conversion. I have never used perl before, so I'm not
> very familiar with it.
>

http://www.perl.com/pub/a/1999/10/DBI.html
http://dbi.perl.org/docs/

but all of that is totally unnecessary.

http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html#option _mysqldump_xml

--
-jp


If you try to introduce your mother to Chuck Norris, she'll introduce you to
your biological father.

------=_Part_138365_31027305.1183850104561--