in reply to Re: WWW:Mechanize::FormFiller documentation
in thread WWW:Mechanize::FormFiller documentation

I'm sory for the confusion (not alleviated through the misprocessed POD / Examples) that this module causes, but it's not a subclass of WWW::Mechanize - it merely provides convenient ways of setting defaults/retrieving values when filling out HTML forms. It's mostly used by WWW::Mechanize::Shell and the scripts that WWW::Mechanize::Shell creates. What the original poster wanted seems to be to generate HTML, not to consume HTML, so WWW::Mechanize::FormFiller is on the wrong end :-)

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web