First off thanks for the help!
Second, I found a way around the initial way I was getting the values of table names as follows
@dates = $dbh->ListTables;
This brings out the data without problem but makes no difference to the end result.
In regards to me doing the wrong thing with
@data = [\@dates, \@rage]
I thought this myself, but when I type in the data for two arrays and then add them in the same fashion as show above it works. Only if the original data comes from Mysql do I seem to have a problem, be it tablename or results from the query.
I'm going to try the rest of the script as you have it and let you know how it went.
Thanks again,
Baiul.
Ubi Concordia Ibi Victoria
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.