[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
doc
/
perl-Test-Harness
/
examples
/
bin
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 forked_tests.pl
1,620 B
SET
[ EDIT ]
|
[ DEL ]
📄 test_html.pl
222 B
SET
[ EDIT ]
|
[ DEL ]
📄 tprove_gtk
11,040 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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)" );