The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

  use Mozilla::SourceViewer;

  print Get_Page_Source($moz_embed);

DESCRIPTION

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.

EXPORT

This module exports Get_Page_Source function.

SEE ALSO

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

AUTHOR

Boris Sukholitko, <boris@gmail.com>

COPYRIGHT AND LICENSE

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.