Help for this page
$e = $string->html_encoded(); $b = $string->base64();
package My_string; @ISA = qw( HTML_decorator Base64_decorator );
for $i (@input_strings) { if (&is_plain ($i)) { ... } push @output, $s; }