WWWBrowser(3pm) | User Contributed Perl Documentation | WWWBrowser(3pm) |
WWWBrowser - platform independent means to start a WWW browser
use WWWBrowser; WWWBrowser::start_browser($url, -oldwindow => 1);
Start a web browser with the specified URL. The process is started in background.
The following optional parameters are recognized:
For unix, the global variable @WWWBrowser::unix_browsers can be set to a list of preferred web browsers. The following browsers are handled specially:
The following variables can be defined globally in the main package:
For Windows, the Win32Util module should be installed in the path.
Slaven Rezic <slaven@rezic.de>
Copyright (c) 1999,2000,2001,2003 Slaven Rezic. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Win32Util.
2021-01-06 | perl v5.32.0 |