in reply to Re^5: What parameters should I send?
in thread What parameters should I send?

ok, one last question here, how do I view the header that my script sent? can I use the LiveHttpTool for that?
Thanks.

Replies are listed 'Best First'.
Re^7: What parameters should I send?
by moritz (Cardinal) on Dec 07, 2010 at 13:07 UTC
    how do I view the header that my script sent?

    Either you find some debugging options in LWP::UserAgent, or you use a packet sniffer like wireshark, or you use a proxy that provides you with the debugging information.