Mozilla::DOM ------------ This module wraps the Mozilla DOM interface in Perl. See `perldoc Mozilla::DOM` for more details. Mozilla::DOM comes with automatically generated API documentation: perldoc Mozilla::DOM::index Most of this documentation was copied from Mozilla headers. Installation ------------ Note: I've only tried this on Linux. To install Mozilla::DOM, run the following commands: perl Makefile.PL make make test make install (as root) You might have to install ExtUtils::Depends, ExtUtils::PkgConfig, and Mozilla (with headers) first. For this module to be useful, you'll probably also want to install Gtk2::MozEmbed (> 0.03) after you install this. Dependencies ------------ Mozilla::DOM depends on: ExtUtils::Depends ExtUtils::PkgConfig Glib.pm `pkg-config --modversion mozilla-xpcom` >= 1.7 I hope to remove Glib and add the equivalent of mozilla-xpcom for Firefox. Contact ------- Scott Lanning lannings at who dot int