Help for this page

Select Code to Download


  1. or download this
    "INSERT INTO $q{'-table'} (".join(',', @columns).") VALUES ($ph)"
  2. or download this
    my @columns = map { substr($_,1) } keys %{$q{'-values'}};
  3. or download this
    my @columns = keys %{$q{'-values'}};