Display an url through the default application for html
my $browser = HTML::Display->new(); $browser->display("<html><body><h1>Hello world!</h1></body></html>");
Currently does not work.
Making it work will need either munging the tempfilename to become \*(L".html\*(R", or looking through the registry whether we find a suitable application there.
Copyright (c) 2004-2013 Max Maischein \*(C`<[email protected]>\*(C'
This module is released under the same terms as Perl itself.