✏️ 正在编辑: test_html.pl
路径:
/usr/share/doc/perl-Test-Harness/examples/bin/test_html.pl
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/usr/bin/perl use strict; use warnings; use Test::More tests => 1; use Test::WWW::Mechanize; my $mech = Test::WWW::Mechanize->new; my $url = shift; $mech->get_ok( $url, "We should be able to fetch ($url)" );
💾 保存文件
← 返回文件管理器