The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::Adblock::RegexFilter - implement a single Adblock filter

DESCRIPTION

Used by WWW::Adblock to implement a single filter. Should not be called by an end user.

Methods

new

 my $f = WWW::Adblock::Filter->new();

Creates a new object. Returns undef on failure or itself on success.

  $f->_from_text("filter text");

Called by new to setup the filter.