X7ROOT File Manager
Current Path:
/usr/share/doc/perl-Test-Harness-3.28/examples/bin
usr
/
share
/
doc
/
perl-Test-Harness-3.28
/
examples
/
bin
/
📁
..
📄
forked_tests.pl
(1.58 KB)
📄
test_html.pl
(222 B)
📄
tprove_gtk
(10.77 KB)
Editing: 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)" );
Upload File
Create Folder