View Single Post
  #2  
Old 12-30-2003, 02:52 AM
Eglin
Hill Giant
 
Join Date: Nov 2003
Posts: 168
Default

Code:
~150:
-	dosub("my_eval", &arg, G_SCALAR|G_DISCARD);
+	dosub("my_eval", &arg, G_SCALAR|G_DISCARD|G_EVAL|G_KEEPERR); //eval/keeperr added for perl bug, ala perlfunc @ fred

-			std::string temp = "wp.";
+			std::string temp = "wp";
Reply With Quote