One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
vo
/
perl
/
mod
/
DBI-1.13
/
t
/
Edit File:
shell.t
#!../../perl -w $|=1; BEGIN { require Getopt::Long; if ($Getopt::Long::VERSION && $Getopt::Long::VERSION < 2.17) { print "# DBI::Shell needs Getopt::Long version 2.17 or later\n"; print "1..0\n"; exit 0; } } print "1..$tests\n"; sub ok ($$) { my($n, $ok) = @_; ++$t; die "sequence error, expected $n but actually $t" if $n and $n != $t; ($ok) ? print "ok $t\n" : print "not ok $t\n"; } use DBI::Shell; ok(0,1); my $sh = DBI::Shell::Std->new(qw(dbi:ExampleP:)); ok(0,1); $sh->load_plugins; ok(0,1); BEGIN { $tests = 3 }
Simpan