I was using the following : $event =~ s/\'/\\\'/g; push @sth, "insert into $table values ( '$event', .. )"; ( every element of @sth was executed later ) This allows me to insert values having both ' and "
- quoted text in a perl form text field problem... David Draley
- Re: quoted text in a perl form text field p... fliptop
- Re: postgres schema fliptop
- Re: quoted text in a perl form text field p... Evgeny Goldin (aka Genie)
- Re: quoted text in a perl form text field p... scott lutz