Help for this page

Select Code to Download


  1. or download this
    my ($row_sub_i_esc_sq = $row[$idx]) =~ s{ ' }{\\}xmsg;
    $updstmt .= $hdr[$idx]." =  '". $row_sub_i_esc_sq ."' \r\n";
    
  2. or download this
    (my $row_sub_i_esc_sq = $row[$idx]) =~ s{ (?= ') }{\\}xmsg;
    $updstmt .= $hdr[$idx]." =  '". $row_sub_i_esc_sq ."' \r\n";