HTML::Display::Dump - dump raw HTML to the console
Contents
License
This module is released under the same terms as Perl itself.
perl v5.36.0 2022-10-15 HTML::Display::Dump(3pm)
Name
HTML::Display::Dump - dump raw HTML to the console
Synopsis
my $browser = HTML::Display->new(
class => 'HTML::Display::Dump',
);
$browser->display("<html><body><h1>Hello world!</h1></body></html>");
