in reply to
skip empty mysql table
You can check for zero rows with:
SELECT count(*) from TABLE
[download]
Comment on
Re: skip empty mysql table
Download
Code
In Section
Seekers of Perl Wisdom