http://qs1969.pair.com?node_id=6678

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

Hi monks! I'd like to post data to some form created using MS FrontPage. This form has a webbot section like this:
<form method="POST" action="../_vti_bin/shtml.exe/info/index.htm"> <!--webbot bot="SaveResults" startspan s-email-format="TEXT/PRE" b-email-label-fields="TRUE" ..... s-email-address="some@host.com" -->
I am not sure that usual
my $req = new HTTP::Request 'POST','http://www.host.com/_vti_bin/shtml +.exe/info/index.htm
shall pass all the data to such a form. Thanks.

Originally posted as a Categorized Question.