in reply to Re^2: How to control input of an external program?
in thread How to control input of an external program?
I don't know what you made you think that some methods aren't accepted, but testing shows DELETE is accepted
$ perl -MHTTP::Request -e' print HTTP::Request->new( DELETE => "http://..." )->as_string ' DELETE http://...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to control input of an external program?
by klactose (Initiate) on Nov 09, 2009 at 20:35 UTC |