- or download this
${ $mech->{form}{action} } =~ s{ \.pl \z}{_del.pl}x;
- or download this
my $action = $mech->current_form()->action();
$action =~ s{ \.pl \z}{_del.pl}x;
$mech->current_form()->action( $action );
- or download this
## create an HTML::TreeBuilder obj from the content
my $tree = $self->gen_tree( $mech->content() );
...
}
return;
}, 'Camel checkboxes', 10);