--- PApp-SQL/SQL.pm 2002/04/07 16:22:56 1.22 +++ PApp-SQL/SQL.pm 2002/04/07 16:23:56 1.23 @@ -165,7 +165,8 @@ called only once for each distinct sql call (please keep in mind that the returned statement will always be the same, so, if you call C with the same dbh and sql-statement twice (e.g. in a subroutine you -called), the statement handle for the first call mustn't be used. +called), the statement handle for the first call mustn't not be in use +anymore, as the subsequent call will re-use the handle. The database handle (the first argument) is optional. If it is missing, C first tries to use the variable C<$DBH> in the current (=