This Is A Test
Just by adding this code to Slash, we can now embed code in any arbitrary post: ... </literal>" inside "<literal> ... </literal>" won't work.
$str =~ s|<foo>(.*?)</foo>|'<P>' . strip_code($1) . '</P>'|egis;You just wrap your code in <literal> and you are all set. I put the tags in as "foo" above because, well, putting "<literal>
Leave a comment