We want the ability to log to an Oracle DB as much information as we can on who, and the number of who, downloaded our product and when

This is not a pure perl suggestion, but I prefer letting web servers handle their own logging.
If you are tracking downloads for marketing reasons ( build those who and when relationships! ), you may also want to watch how users navigate through your site to get to the actual download. Or, you may be interested in where visitors come from before they download.
All of this is probably already logged in a file somewhere, but DBAs have to earn their keep like everyone else. Right?

If you have an Apache server with mod_perl, you can use Apache::DBILogConfig. If you do not have Apache and mod_perl, I apologize because I can not help you.

I am not saying using a script for this is neccessarily a bad thing, it might be all you need. And, mod_perl might be extreme overkill.

Will perl for money
JJ Knitis
(901) 756-7693
gt8073a@industrialmusic.com


In reply to Re: Meta Redirects and CGI by gt8073a
in thread Meta Redirects and CGI by tradez

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.