View Single Post
rufopr rufopr is offline 2002-08-08 #6 Old  
still nothing...
ok i tried what snak9 suggested (since i know nothing about perl)

after testing this is the error i get
what is s/ and /gi anyway? is that like ^ (beginning) and $ (end) on a ereg function?

oh and about the backslashes... stripslashes didn't work i've already tried it like this
$thetext = "double quotes in my posts \"suck\"!";
$thetext = stripslashes($thetext);
print $thetext."\n";
and just got this printed
double quotes in my posts \"suck\"!

i'd appretiate if someone could clarify things for me
Reply With Quote