osversion.pm
来自「SinFP是一种新的识别对方计算机操作系统类型的工具」· PM 代码 · 共 45 行
PM
45 行
## $Id: OsVersion.pm,v 1.1.2.13.2.2 2006/06/08 18:55:42 gomor Exp $#package Net::SinFP::DB::OsVersion;use strict;use warnings;require DBIx::SQLite::Simple::Table;our @ISA = qw(DBIx::SQLite::Simple::Table);our @AS = qw( idOsVersion osVersion);__PACKAGE__->cgBuildIndices;__PACKAGE__->cgBuildAccessorsScalar(\@AS);our $Id = $AS[0];our @Fields = @AS[1..$#AS];1;=head1 NAMENet::SinFP::DB::OsVersion - OsVersion database table=head1 DESCRIPTIONGo to http://www.gomor.org/sinfp to know more.=cut=head1 AUTHORPatrice E<lt>GomoRE<gt> Auffret=head1 COPYRIGHT AND LICENSECopyright (c) 2005-2006, Patrice E<lt>GomoRE<gt> AuffretYou may distribute this module under the terms of the Artistic license.See LICENSE.Artistic file in the source distribution archive.=cut
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?