Module Pl_HTML_Form


module Pl_HTML_Form: sig .. end
Wrapper around Perl HTML::Form class.

Copyright (C) 2003 Merjis Ltd.

$Id: pl_HTML_Form.ml,v 1.1 2004/11/26 13:33:10 rich Exp $


class html_form : Perl.sv -> object .. end
val parse_document : string -> string -> html_form list
val parse_response : Pl_HTTP_Response.http_response -> html_form list