Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
Trying to replace any ' (single quotes) in a string with '
tried $dsname =~ s/'/'/g;
but that obviously didn't work.
Any quick tips?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Quotes to 'HTML' Quotes...
by Trimbach (Curate) on Mar 16, 2004 at 12:54 UTC | |
by Anonymous Monk on Mar 16, 2004 at 12:56 UTC | |
Re: Quotes to 'HTML' Quotes...
by matija (Priest) on Mar 16, 2004 at 12:48 UTC | |
Re: Quotes to 'HTML' Quotes...
by Old_Gray_Bear (Bishop) on Mar 16, 2004 at 12:46 UTC | |
by Abigail-II (Bishop) on Mar 16, 2004 at 12:56 UTC |