New version 0.9.3. Added dump_hv, dump_av functions to Data::Dumper.
[perl4caml.git] / wrappers / pl_HTML_Element.ml
index 7c6f470..a460416 100644 (file)
@@ -1,10 +1,14 @@
-(* Wrapper around Perl HTML::Element class.
- * Copyright (C) 2003 Merjis Ltd.
- * $Id: pl_HTML_Element.ml,v 1.2 2003-10-14 16:05:22 rich Exp $
- *)
+(** Wrapper around Perl [HTML::Element] class.
+  *
+  * Copyright (C) 2003 Merjis Ltd.
+  *
+  * $Id: pl_HTML_Element.ml,v 1.4 2003-10-16 13:41:07 rich Exp $
+  *)
 
 open Perl
 
+let _ = eval "use HTML::Element"
+
 type 'a content_t = Element of 'a | String of string
 
 class html_element sv =