Help for this page

Select Code to Download


  1. or download this
    my $sql='UPDATE table SET '.join',',map {"$_=".quote($hash{$_})} keys 
    +%hash;
    
  2. or download this
    UPDATE table SET phone='456'
    
  3. or download this
    map {"$_=".quote($hash{$_})} grep defined $hash{$_},keys %hash;