use strict; use warnings; use CGI qw(:standard); use CGI::Search qw(:validators); my $TMPL_FILE = '/path/to/template'; my $DB_FILE = '/path/to/flat_file'; my $DB_SEPERATOR = '\|';