in reply to Re: Using the HTTP::Request and Verifying Results
in thread Using the HTTP::Request and Verifying Results

That worked. Thank you. But, how could I pass that back to myself so I could view the information it's sending. Would I have to create a Daemon, or is it easier than that?

Tom
  • Comment on Re: Using the HTTP::Request and Verifying Results

Replies are listed 'Best First'.
Re^2: Using the HTTP::Request and Verifying Results
by borisz (Canon) on Oct 12, 2004 at 10:52 UTC
    print $req->as_string;
    show your request's content.
    Boris