in reply to Re^2: how to open browser window with given URL on MacOSX?
in thread how to open browser window with given URL on MacOSX?
$$ perldoc HTML::Display::TempFile NAME HTML::Display::TempFile - base class to display HTML via a temporary file SYNOPSIS package HTML::Display::External; use base 'HTML::Display::TempFile'; sub browsercmd { # Return the string to pass to system() # %s will be replaced by the temp file name };Replace file with url and you're in business. All the modules such as
HTML::Display::Galeon HTML::Display::Mozilla HTML::Display::Opera HTML::Display::OSX HTML::Display::Debian HTML::Display::Phoenix HTML::Display::Win32provide this which is what the author is after.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: how to open browser window with given URL on MacOSX?
by adrianh (Chancellor) on Apr 26, 2004 at 13:54 UTC |