Help for this page

Select Code to Download


  1. or download this
    module::method( {option1=>value, option2=>somevalue });
    
  2. or download this
    my %options;
    $options{lowercasetags}=0;
    HTML-clean::strip( \%options );
    
  3. or download this
    my $handle = new HTML-clean(...);
    my %options;
    $option{lowercasetags}=0;
    $handle->strip( \%options );