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.3 2005/01/14 19:04:48 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