mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
dbd862ed36
The functions optionaly exported by this module allows you to open URLs in the user browser. A set of known commands per OS-name is tested for presence, and the first one found is executed. With an optional parameter, all known commands are checked. The "open_browser" uses the system() function to execute the command. If you want more control, you can get the command with the "open_browser_cmd" or "open_browser_cmd_all" functions and then use whatever method you want to execute it. WWW: http://search.cpan.org/dist/Browser-Open/
13 lines
537 B
Plaintext
13 lines
537 B
Plaintext
The functions optionaly exported by this module allows you to open URLs in the
|
|
user browser.
|
|
|
|
A set of known commands per OS-name is tested for presence, and the first one
|
|
found is executed. With an optional parameter, all known commands are checked.
|
|
|
|
The "open_browser" uses the system() function to execute the command. If you
|
|
want more control, you can get the command with the "open_browser_cmd" or
|
|
"open_browser_cmd_all" functions and then use whatever method you want to
|
|
execute it.
|
|
|
|
WWW: http://search.cpan.org/dist/Browser-Open/
|