get("http://user:passwd\@www.somesite.com/subdir/_vti_bin/shtml.exe/post.htm?474") #### $w->form_number(1); $w->field('Comments', 'woo-hoo'); #### $w->submit_form(); #### my $r = $w->response(); print 'error_as_HTML: '.$r->error_as_HTML."\n";
## $w->form_number(1); $w->field('Comments', 'woo-hoo'); ##
## $w->submit_form(); ##
## my $r = $w->response(); print 'error_as_HTML: '.$r->error_as_HTML."\n";