Oops.. that's what I meant to type.. that's actually how my code is written:
print $t->html;
Sorry about that..
I also meant to mention that I have tried using this module against several different valid .csv files and it does not seem to be working as advertised. Of course, it could be user error. LOL | [reply] [d/l] |
| [reply] |
I'm not really seeing any error messages. Even when I put my code in the perl -w mode for warnings. The main symptom is the fact that it simply won't display the results. The only thing that displays on my webpage is the HTML Header that I created for it, which is a separate sub-routine... I'm not sure why my original code had that space in Data::Table. My actual code doesn't have that in there either, hmm...
Sidenote: I also tried opening a .csv file that was in the exact same directory as the Perl script: still no dice.. :(
| [reply] |