Help for this page

Select Code to Download


  1. or download this
    sub _text {
        my ($self,$text) = @_;
    ...
            );
        }
    }
    
  2. or download this
    $html =~ s/([^\x09\x0A\x0D -~])/sprintf("&#%d;",ord($1))/eg;
    
    $lint->parse ($html);