in reply to 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]