gpt4 book ai didi

perl - 从 Perl 打开本地网页

转载 作者:行者123 更新时间:2023-12-02 08:53:26 24 4
gpt4 key购买 nike

我正在编写一个 Perl 脚本来创建 HTML 输出,我希望在用户首选的浏览器中打开它。有没有好的方法可以做到这一点?我看不到使用 ShellExecute 的方法,因为我没有 http: 地址。

最佳答案

假设您将输出保存到“../data/index.html”,

$ret = system( 'start ..\data\index.html' );

应在默认浏览器中打开该文件。

添加:

Advice here :

my $filename = "/xyzzy.html";  #whatever
system("start file://$filename");

关于perl - 从 Perl 打开本地网页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6821147/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com