Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: HTML::FormFu element removal...

by fireartist (Chaplain)
on Jun 01, 2011 at 12:45 UTC ( [id://907620]=note: print w/replies, xml ) Need Help??


in reply to HTML::FormFu element removal...

You probably want:
$foo_element->parent->remove_element( $foo_element );
This is because get_field is recursive, whereas remove_element isn't.

Replies are listed 'Best First'.
Re^2: HTML::FormFu element removal...
by s2cuts (Acolyte) on Jun 01, 2011 at 16:35 UTC
    Yup, you are bang on. I did my best going through the docs, but...

    Many many thanks, and to all who gave input.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://907620]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-18 18:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found