fourmi has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I have a query string, and I'm trying to send it off to a script that only accepts posts, so my "get <scriptpath> . QS" sceme doesn't work, is there a work around? cheers fourmi

Edit: g0n - content restored.

2006-05-01 Retitled by planetscape, as per Monastery guidelines
Original title: 'Query String Post'

2006-05-05 Retitled by GrandFather, Not Off Topic

Replies are listed 'Best First'.
Re: Query String Post
by bart (Canon) on Apr 29, 2006 at 12:34 UTC
    Please don't mutilate posts. Once posts are on this site, we consider them ours. :)

    Anyway... Look in the lwpcook docs, under the heading "POST". There's a 7 line script there, at the top, that's very easy to adapt into a little command line script.

Re: Query String Post
by dorward (Curate) on Apr 29, 2006 at 10:44 UTC
    Other than constructing a POST request instead of a GET request? No.