The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Mojo::DOM::Role::Form - Form data extraction

SYNOPSIS

# description
my $obj = Mojo::DOM::Role::Form->new();
$obj->target('#submit-id');

DESCRIPTION

Role::Tiny based role to compose additional form data extraction methods into Mojo::DOM.

METHODS

Mojo::DOM::Role::Form implements the following methods.

target

# result
$obj->target

Explain what the "target" does.

AUTHOR