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

HTML::Feature::Engine -Base Class For HTML::Feature Engine

SYNOPSIS

    package HTML::Feature::Engine::SomeEngine;
    use strict;
    use base qw(HTML::Feature::Engine);

    sub run {
        ....
    }

METHODS

new()

run()

    Starts the engine. The exact behavior differs between each engine