debkumar
08-05-03, 02:05
| Hi, I want to insert a value from a variable into database... But the value contains a ' (single quote) which cannot be inserted into the database... I need to escape it with another '..... Like for eg variable x="O'Brien" which has to be "O''Brien". How can i achieve this in perl????? Thanks in advance... |