<DCoder> print '&#' . ord . ';' for split //, $foo;
<DCoder> perl (prints a html-entity-fied version of the $foo string)
<DCoder> scarily terse
<DCoder> and so many english words
<Judeau> hehe
<Judeau> what is foo ?
<DCoder> $foo holds a certain string, lets say "a<b" and this turns it into A<B which is html escaped a<b
<DCoder> actually, more scary than perl is the fact that I typed down those charcodes from memory
<DCoder> god I need help
<Judeau> yes
<Judeau> yes you do
Comment: irc.gamernet.org#renproj //DC says: actually, those codes are "A<B", not "a<b", but still, ergh