?? ficovh <[email protected]>?
Hi folks
I need ideas, suggest for generating a report in .pdf from a data
containing in a MySQL database.
Basically, the idea is putting information from many tables in a
simple concentrate report. I want tutos, or simple scripts
for doing this task.
You want to read datas from mysql, may use DBI module with DBD::mysql,
and write them to a PDF file, using module like PDF::Create.
see their documents on CPAN:
http://search.cpan.org/~timb/DBI-1.609/DBI.pm
http://search.cpan.org/~capttofu/DBD-mysql-4.012/lib/DBD/mysql.pm
http://search.cpan.org/~markusb/PDF-Create-1.04/lib/PDF/Create.pm
Jeff.
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/