Help for this page
package SafeText; sub new { return bless \$_[1], $_[0] } ... sub forTextPlain { ... } sub forHTML { ... }