Is there a way to seamlessly repost HTTP Post data into a new URL through the browser? I can use LWP to get the data, but instead of getting an LWP response and printing it, I'd like to just post the data to that page after I've intercepted it...

Writing a tracking script, and need a "waystation" inbetween a form post and its destination... instead of posting to http://www.perlmonks.com, I need to post to /scripts/tracker.pl and then have tracker.pl do the post operation to http://www.perlmonks.com (without having tracker.pl parse the http post response and display it, but actually passing the data along to perlmonks.com invisibly...)
hope I make sense, since I make little cents...

tanks:barry
open(HELP,"perl.monks|");

In reply to Invisible HTTP Post Redirect by Anonymous Monk

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.