📄 dbi.pm
字号:
# -*- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -