in reply to Re^7: HTML::Display help needed
in thread HTML::Display help needed
$ENV{'PERL_HTML_DISPLAY_COMMAND'}='run "C:\Program Files\Mozilla Firef +ox\firefox.exe" %s'; my $browser=HTML::Display->new(); if (defined($browser)) { my $mypage="<html><body><h1>Hello world!</h1></body></html>"; $browser->display(html=>$mypage); } else { print("Unable to open browser: $@\n"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: HTML::Display help needed
by jethro (Monsignor) on Aug 22, 2008 at 14:18 UTC | |
by gw1500se (Beadle) on Aug 22, 2008 at 22:36 UTC | |
by gw1500se (Beadle) on Aug 22, 2008 at 23:12 UTC |