--- PApp-SQL/SQL.pm 2012/02/13 05:59:55 1.40 +++ PApp-SQL/SQL.pm 2013/04/11 02:20:42 1.41 @@ -103,7 +103,7 @@ Connect to the database given by C<($dsn,$user,$pass)>, while using the flags from C<$flags>. These are just the same arguments as given to -Cconnect>. +C<< DBI->connect >>. The database handle will be cached under the unique id C<$id|$dsn|$user|$pass>. If the same id is requested later, the @@ -185,8 +185,8 @@ =end comment -The actual return value from the C<$sth->execute> call is stored in the -package-global (and exported) variable C<$sql_exec>. +The actual return value from the C<< $sth->execute >> call is stored in +the package-global (and exported) variable C<$sql_exec>. If any error occurs C will throw an exception.