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

<HTML>

<HEAD>

<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
 <TITLE>The importance of error checking</TITLE> 
</HEAD>

<BODY     >

 <H1>The importance of error checking</H1> 
 <P><UL>
<LI><H2>Errors happen!
</H2>
<UL>
<LI>Failure happens when you don't expect errors!
<UL>
<LI>database crash / network disconnection
<LI>lack of disk space for insert or select (sort space for order by)
<LI>server math error on select (divide by zero after 10,000 rows)
<LI>and maybe, just maybe, errors in your own code [Gasp!]
<LI>
</UL><LI>Beat failure by expecting errors!
<LI>
<LI>Detect errors early to limit effects
<UL>
<LI>Defensive Programming, e.g., check assumptions
<LI>Through Programming, e.g., check for errors after fetch loops
</UL></UL></UL><UL>
<H2>.</H2>
</UL></P>
<P></P> 
<P>
<TABLE>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld038.htm">Previous slide</A> </TD>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld040.htm">Next slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="tsld001.htm">Back to first slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="sld039.htm">View graphic version</A> </TD>
</TABLE>
<BR>
</P>



</Body>
</HTML>