HTML::Display::Debian - display HTML using the Debian default


HTML-Display documentation  | view source Contained in the HTML-Display distribution.

Index


NAME

Top

HTML::Display::Debian - display HTML using the Debian default

SYNOPSIS

Top

  my $browser = HTML::Display->new();
  $browser->display("<html><body><h1>Hello world!</h1></body></html>");

This module implements displaying HTML through the Debian default web browser referenced as the program x-www-browser.

AUTHOR

Top

Copyright (c) 2004-2007 Max Maischein <corion@cpan.org>

LICENSE

Top

This module is released under the same terms as Perl itself.


HTML-Display documentation  | view source Contained in the HTML-Display distribution.