#!/usr/bin/perl sub print_addlinkform { print < prepare($SQLQuery) || &SQL_Error(); $rc = $sth->execute || &SQL_Error(); while (@row = $sth->fetchrow_array()) { print "$row[0] - $row[2]
"; } }