
Mozilla::SourceViewer - Perl extension to get current page source.

use Mozilla::SourceViewer; print Get_Page_Source($moz_embed);

This module allows to get current page source (similar to view source in Firefox). It exports one function Get_Page_Source which get GtkMozEmbed as a parameter and returns source of currently loaded page.
This module exports Get_Page_Source function.

Mozilla::DOM, Gtk2::MozEmbed, Mozilla::Mechanize

Boris Sukholitko, <boris@gmail.com>

Copyright (C) 2007 by Boris Sukholitko
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.