Selling cookie info to third-parties is a classic example of you can make money without doing evil.
RSS

HTML::BBCode v0.04

2005/01/09 filed under /perl

By email I received a request for some more functionality in HTML::BBCode. Yep, I know writing this module conflicts with my earlier statement on phpBB, but hey, someone has to write Perl modules ;)

Two new options in the module:

  • no_html
  • linebreaks

It's not a major change in the module. The first new option just translates '<' with '&lt;' and '>' with '&gt;'. The second just puts '<br />' at each linebreak.

So there you go, HTML::BBCode version 0.04!

Posted by: B10m | permanent link | comments (0)
return-member