The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

<!--  Presentation generated by Internet Assistant for Microsoft PowerPoint 97 -->

<HTML>
<HEAD>

<meta name="GENERATOR" content="Microsoft Internet Assistant for Microsoft PowerPoint 97">
 <TITLE>What else is new? (since the book)</TITLE> 
</HEAD>

<BODY     >

<CENTER>
<TABLE WIDTH=100%> 
     <TR> <TD WIDTH=100% ALIGN=CENTER>
         <A HREF="sld001.htm">First</A>&nbsp;&nbsp;
         <A HREF="sld090.htm">Previous</A>&nbsp;&nbsp;
         <A HREF="sld092.htm">Next</A>&nbsp;&nbsp;
         <A HREF="sld096.htm">Last</A>&nbsp;&nbsp;
&nbsp;&nbsp;         <A HREF="index.htm">Index</A>&nbsp;&nbsp;
         <A HREF="dbi.perl.org">Home</A>&nbsp;&nbsp;
         <A HREF="tsld091.htm">Text</A>&nbsp;&nbsp;
     </TD> </TR>
     <TR> <TD WIDTH=100% ALIGN=CENTER>
         <IMG SRC="img091.gif" usemap="#Objmap" WIDTH=800 HEIGHT=600 BORDER=0>
     </TD> </TR>
</TABLE>
<P>Slide 91 of 96</P>
</CENTER>
<!-- <UL>
<H2>What else is new? (since the book)</H2>
</UL></P>
<P><UL>
<LI><H2>$ok = $sth-&#062can($method_name)
</H2>
<UL>
<LI>Check if a method is implemented
<LI>Returns false for methods where the DBI has provided a ‘stub’ method
<LI>
</UL></UL><UL>
<LI><H2>DBD::Foo::db-&#062install_method($private_method_name)
</H2>
<UL>
<LI>Enables driver-private methods to be installed into the DBI dispatcher
<LI>So they can be called naturally, without using $h-&#062func(...)
<LI>
</UL></UL><UL>
<LI><H2>$dbh2 = $dbh1-&#062clone(\%attr)
</H2>
<UL>
<LI>Returns a new database handle $dbh2 that’s a clone of $dbh1
<LI>Can be used even if $dbh1 is disconnected
<LI>
</UL></UL><UL>
<LI><H2>Username and Password attributes
</H2>
<UL>
<LI>"dbi:mysql(RaiseError=1,Username=joe,Password=blogs):database=dbname"
<LI>Username is stored as handle attribute, Password isn't, currently
</UL></UL></P>
<P>  -->
</Body>
</HTML>