in reply to Re: curl http post using LWP::Curl
in thread curl http post using LWP::Curl
I thought about that approach. As a short cut I did this:
my $content = "<test>test</test>"; $hash_form = { data => $content ...
Still does not push the content to the host properly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: curl http post using LWP::Curl
by Corion (Patriarch) on Jun 07, 2016 at 16:34 UTC | |
by wanderedinn (Sexton) on Jun 07, 2016 at 16:39 UTC |