wget 1.9 can do POST as well

tools

The swiss army knife of command-line HTTP requests gets even better:

wget --post-data 'really_long_set_of_options' http://foo.com/cgi/myScript

(requires version 1.9).

Via Ted Leung via fintanr's weblog.