--- PApp-SQL/SQL.pm 2002/02/27 04:32:39 1.21 +++ PApp-SQL/SQL.pm 2002/04/07 16:22:56 1.22 @@ -71,7 +71,7 @@ =item $sql_exec Since the C family of functions return a statement handle there -must eb another way to test the return value of the C call. This +must be another way to test the return value of the C call. This global variable contains the result of the most recent call to C done by this module. @@ -113,8 +113,8 @@ The reason C<$id> is necessary is that you might specify special connect arguments or special flags, or you might want to configure your $DBH differently than maybe other applications requesting the same database -connection. If none of this is becessary for your application you can -leave $id empty (i.e. ""). +connection. If none of this is necessary for your application you can +leave C<$id> empty (i.e. ""). If specified, C<$connect> is a callback (e.g. a coderef) that will be called each time a new connection is being established, with the new