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

📄 dbi.pm

📁 SinFP是一种新的识别对方计算机操作系统类型的工具
💻 PM
字号:
# -*- 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -