Thread safe regex engine?

2001-05-18 Thread Artur Bergman
Hi, I have understood that the current ithread implmentation is unsafe because of the regex engine. The only notes I could find on this is ActiveStates release notes on the pseudo forking. My very limited understand of the issue is that the regex engine changes the op tree for certain cases

simple simple question

2001-05-18 Thread Todd Marks
I have some text that I want to add a name to the front of. The name is being POSTed to the .cgi script as name=Todd Marks. The following line I have in my code to concatinate name with the text body. It's not, however, joining the two. It is ignoring the value for $name and $Body is equalling