in reply to Re: XML::Twig to mysql totally lostin thread XML::Twig to mysql totally lost
my $insert = ... ... sub indexfile { ... $insert->bind_param( ... ... $insert->execute(); [download]
my $insert = ... $insert->bind_param( ... ... ... sub indexfile { ... $insert->execute(); [download]