Help for this page
Select Code to Download
Select
or
download this
"INSERT INTO $q{'-table'} (".join(',', @columns).") VALUES ($ph)"
Select
or
download this
my @columns = map { substr($_,1) } keys %{$q{'-values'}};
Select
or
download this
my @columns = keys %{$q{'-values'}};