Help for this page

Select Code to Download


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