Steven Hilton > CGI-Test > CGI::Test::Page::HTML

Download:
CGI-Test-0.104.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

NAME ^

CGI::Test::Page::HTML - A HTML page reply

SYNOPSIS ^

 # Inherits from CGI::Test::Page::Real

DESCRIPTION ^

This class represents an HTTP reply containing text/html data. When testing CGI scripts, this is usually what one gets back.

INTERFACE ^

The interface is the same as the one described in CGI::Test::Page::Real, with the following addition:

tree

Returns the root of the HTML tree of the page content, as an HTML::Element node.

WEBSITE ^

You can find information about CGI::Test and other related modules at:

   http://cgi-test.sourceforge.net

PUBLIC CVS SERVER ^

CGI::Test now has a publicly accessible CVS server provided by SourceForge (www.sourceforge.net). You can access it by going to:

    http://sourceforge.net/cvs/?group_id=89570

AUTHORS ^

The original author is Raphael Manfredi <Raphael_Manfredi@pobox.com>.

Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj@mshiltonj.com>

SEE ALSO ^

CGI::Test::Page::Real(3), HTML::Element(3).