Help for this page
my $config = Config::Tiny->read('SQLdata.ini'); foreach my $section (keys %$config) ... #return $parameter; }
[insert] SQL1 = insert into table <table1> ... [update] SQL2 = update into <table2> SQL1 = update into <table1>