This Is A Test

pudge on 2001-05-14T12:46:26

Just by adding this code to Slash, we can now embed code in any arbitrary post:

$str =~ s|(.*?)|'

' . strip_code($1) . '

'|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> ... </literal>" inside "<literal> ... </literal>" won't work.

This is experimental. Let me know how it works out for you.