I recently had a similar problem, but I took the lazy man's way out and substituted user-typed apostrophes with back quotes, using the following regexp: $message =~ s/'/`/g; Simple, but few people notice the difference between the two characters. Steven Yarbrough -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- Think there is something DBI borakovej
- Re: Think there is something DBI David Wood
- Re: Think there is something DBI borakovej
- Re: Think there is something DBI David Wood
- Re: Think there is something DBI Abdulaziz Ghuloum
- RE: Think there is something DBI PURMONEN, Joni
- Re: Think there is something DBI borakovej
- RE: Think there is something DBI PURMONEN, Joni
- Re: Think there is something DBI David Wood
- Re: Think there is something DBI Michael Fowler
- syarbrough