dbi.pm
来自「SinFP是一种新的识别对方计算机操作系统类型的工具」· PM 代码 · 共 52 行
PM
52 行
# -*- perl -*-package Bundle::DBI;$VERSION = sprintf("%d.%02d", q$Revision: 11.3 $ =~ /(\d+)\.(\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 and DBI::ProxyServerNet::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 + -
显示快捷键?