Help for this page

Select Code to Download


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