in reply to Re^3: loading a .txe into a database
in thread loading a .txe into a database

It seems that you didn't import start_table and stop_table from CGI.pm, so it tries to look for it in the current package (which happens to be main). Example (munged from perldoc CGI):
# Imports all standard symbols + "start_table" and "end_table". use CGI qw(:standard *table);

Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')

Don't fool yourself.