⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 00____version.t

📁 SinFP是一种新的识别对方计算机操作系统类型的工具
💻 T
字号:
#!perl -wuse strict;no strict "vars";$Bit::Vector::VERSION           = 0;$Bit::Vector::Overload::VERSION = 0;$Bit::Vector::String::VERSION   = 0;# ======================================================================#   $ver = $Bit::Vector::VERSION;#   $ver = Bit::Vector::Version();#   $ver = Bit::Vector->Version();#   $bits = Bit::Vector::Word_Bits();#   $bits = Bit::Vector->Word_Bits();#   $bits = Bit::Vector::Long_Bits();#   $bits = Bit::Vector->Long_Bits();#   $ver = $Bit::Vector::String::VERSION;#   $ver = $Bit::Vector::Overload::VERSION;# ======================================================================print "1..15\n";$n = 1;if ($Bit::Vector::VERSION eq "0"){print "ok $n\n";} else {print "not ok $n\n";}$n++;require Bit::Vector;if ($Bit::Vector::VERSION eq "6.4"){print "ok $n\n";} else {print "not ok $n\n";}$n++;if (Bit::Vector::Version() eq "6.4"){print "ok $n\n";} else {print "not ok $n\n";}$n++;if (Bit::Vector::Word_Bits() >= 32){print "ok $n\n";} else {print "not ok $n\n";}$n++;if (Bit::Vector::Long_Bits() >= 32){print "ok $n\n";} else {print "not ok $n\n";}$n++;if (Bit::Vector->Version() eq "6.4"){print "ok $n\n";} else {print "not ok $n\n";}$n++;if (Bit::Vector->Word_Bits() >= 32){print "ok $n\n";} else {print "not ok $n\n";}$n++;if (Bit::Vector->Long_Bits() >= 32){print "ok $n\n";} else {print "not ok $n\n";}$n++;eval { Bit::Vector->Version(0); };if ($@ =~ /Usage: Bit::Vector->Version\(\)/){print "ok $n\n";} else {print "not ok $n\n";}$n++;eval { Bit::Vector->Word_Bits(0); };if ($@ =~ /Usage: Bit::Vector->Word_Bits\(\)/){print "ok $n\n";} else {print "not ok $n\n";}$n++;eval { Bit::Vector->Long_Bits(0); };if ($@ =~ /Usage: Bit::Vector->Long_Bits\(\)/){print "ok $n\n";} else {print "not ok $n\n";}$n++;if ($Bit::Vector::Overload::VERSION eq "0"){print "ok $n\n";} else {print "not ok $n\n";}$n++;require Bit::Vector::Overload;if ($Bit::Vector::Overload::VERSION eq "6.4"){print "ok $n\n";} else {print "not ok $n\n";}$n++;if ($Bit::Vector::String::VERSION eq "0"){print "ok $n\n";} else {print "not ok $n\n";}$n++;require Bit::Vector::String;if ($Bit::Vector::String::VERSION eq "6.4"){print "ok $n\n";} else {print "not ok $n\n";}$n++;__END__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -