|
i need to add a single "\" at a location of my chosing in the text below:
$text = "somebody is here";
how do i do that?
i've tried
$text =~ s/some/\\/gi;
but it always adds two instances of \ instead of one.
thanks in advance,
|
|
|
im the poster and ive solved this now.
there is no error there.
adios
|
|
|
|
|
|
|
// |