[ 源代码: libbrowser-open-perl ]
软件包:libbrowser-open-perl(0.04-1.1)
libbrowser-open-perl 的相关链接
Debian 的资源:
下载源码包 libbrowser-open-perl:
- [libbrowser-open-perl_0.04-1.1.dsc]
- [libbrowser-open-perl_0.04.orig.tar.gz]
- [libbrowser-open-perl_0.04-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [search.cpan.org]
相似软件包:
Perl module to open a browser in a given URL
The functions optionaly exported by Browser::Open 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.