<?xml version="1.0" encoding="windows-1252"?>
<node id="6678" title="Can I use Perl
to send POST data to forms that use MS FrontPage webbots?" created="2000-04-02 15:04:40" updated="2005-08-14 11:06:29">
<type id="1857">
categorized question</type>
<author id="11732">
QandAEditors</author>
<data>
<field name="doctext">
Hi monks!

I'd like to post data to some form created using MS FrontPage. This form has a webbot section like this:
&lt;code&gt;
&lt;form method="POST" action="../_vti_bin/shtml.exe/info/index.htm"&gt;

&lt;!--webbot bot="SaveResults"
startspan
s-email-format="TEXT/PRE"
b-email-label-fields="TRUE"
.....
s-email-address="some@host.com" --&gt;
&lt;/code&gt;

I am not sure that usual 
&lt;code&gt;
my $req = new HTTP::Request 'POST','http://www.host.com/_vti_bin/shtml.exe/info/index.htm
&lt;/code&gt;
shall pass all the data to such a form.


Thanks.
</field>
<field name="parent_node">
1841</field>
<field name="reputation">
2</field>
</data>
</node>
