dbi.pm

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PM 代码 · 共 52 行

PM
52
字号
# -*- perl -*-package Bundle::DBI;our $VERSION = sprintf("12.%06d", q$Revision: 8695 $ =~ /(\d+)/o);1;__END__=head1 NAMEBundle::DBI - A bundle to install DBI and required modules.=head1 SYNOPSIS  perl -MCPAN -e 'install Bundle::DBI'=head1 CONTENTSDBI - for to get to know thyselfDBI::Shell 11.91 - the DBI command line shellStorable 2.06 - for DBD::Proxy, DBI::ProxyServer, DBD::ForwardNet::Daemon 0.37 - for DBD::Proxy and DBI::ProxyServerRPC::PlServer 0.2016 - for DBD::Proxy and DBI::ProxyServerDBD::Multiplex 1.19 - treat multiple db handles as one=head1 DESCRIPTIONThis bundle includes all the modules used by the Perl DatabaseInterface (DBI) module, created by Tim Bunce.A I<Bundle> is a module that simply defines a collection of othermodules.  It is used by the L<CPAN> module to automate the fetching,building and installing of modules from the CPAN ftp archive sites.This bundle does not deal with the various database drivers (e.g.DBD::Informix, DBD::Oracle etc), most of which require software fromsources other than CPAN. You'll need to fetch and build those driversyourself.=head1 AUTHORSJonathan Leffler, Jochen Wiedmann and Tim Bunce.=cut

⌨️ 快捷键说明

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