The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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