Author: mjevans Date: Sat May 19 11:59:46 2012 New Revision: 15309 Modified: dbi/trunk/DBI.pm
Log: change ref to bind_columns in bind_col to a link Modified: dbi/trunk/DBI.pm ============================================================================== --- dbi/trunk/DBI.pm (original) +++ dbi/trunk/DBI.pm Sat May 19 11:59:46 2012 @@ -6597,7 +6597,7 @@ You do not need to bind output columns in order to fetch data. For maximum portability between drivers, bind_col() should be called after execute() and not before. -See also C<bind_columns> for an example. +See also L</bind_columns> for an example. The binding is performed at a low level using Perl aliasing. Whenever a row is fetched from the database $var_to_bind appears
