@@ -522,9 +522,9 @@ <H4><A NAME="2.2">2.2</A>) What tools are available for hooking
522522For web integration, PHP is an excellent interface. It is at
523523< A HREF ="http://www.php.net "> http://www.php.net</ A > < P >
524524
525- For complex cases, many use theperl interface and CGI.pm.< P >
525+ For complex cases, many use thePerl interface and CGI.pm.< P >
526526
527- A WWW gateway based on WDB usingperl can be downloaded from< A
527+ A WWW gateway based on WDB usingPerl can be downloaded from< A
528528HREF ="http://www.eol.ists.ca/~dunlop/wdb-p95 "> http://www.eol.ists.ca/~dunlop/wdb-p95</ A >
529529
530530< H4 > < A NAME ="2.3 "> 2.3</ A > ) Does PostgreSQL have a graphical user interface?
@@ -1052,7 +1052,7 @@ <H4><A NAME="4.16.2">4.16.2</A>) How do I get the value of a
10521052</ PRE >
10531053Finally, you could use the< A HREF ="#4.17 "> < small > OID</ small > </ A > returned from the
10541054INSERT statement to lookup the default value, though this is probably
1055- the least portable approach. Inperl , using DBI with Edmund Mergl's
1055+ the least portable approach. InPerl , using DBI with Edmund Mergl's
10561056DBD::Pg module, the oid value is made available via
10571057< I > $sth->{pg_oid_status} after $sth->execute().</ I >
10581058