Works fine for me here - as bibliophile pointed out, the space in your use statement after the :: has to go. Also make sure that /cgi-bin/testme.csv exists. Just because it's "http://your.domain.net/cgi-bin/testme.csv" doesn't mean that it's "/cgi-bin/testme.csv" to perl. In fact, it probably isn't. Even if it were, I'd suggest moving it - you shouldn't put your cgi-bin directory at the root of your filesystem. Put it in /srv/www/cgi-bin or /var/httpd/cgi-bin or even /home/apache/cgi-bin or something. Wherever the file really is on your filesystem, that's what you have to pass in to Data::Table.


In reply to Re: Question about Table.pm by Tanktalus
in thread Question about Table.pm by MBolton

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.