Hi smrtalec,
sub insert_data {
my $pro_info=shift (@_);
my $rdate=get_date();
my $dbh=connect_try("rowan","**");
my $p01=$dbh->quote ($rdate);
my $p02=$dbh->quote ($pro_info->{apn_number});
my $p03=$dbh->quote ($pro_info->{str_no_addr});
my $p04=$dbh->quote ($pro_in
I'm using CGI::FormBuilder to input data to a database I've narrowed the problem down
to the data not being passed to the insert_data subroutine. Either that or i'm not
processing the data correctly. I snippet of the script it below. I am assuming the
data returned from the $form-> is a string a