Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: a HTML::Form question.

by Pug (Monk)
on Feb 28, 2002 at 19:13 UTC ( [id://148335]=note: print w/replies, xml ) Need Help??


in reply to a HTML::Form question.

here is the code in question
sub _goto_action_page my ($self, $type, $action)=@_; my ($response, $num, $form, $input); if(!exists $self->{MAIN_RESPONSE}) { return _error($self," some error message here"); } $response=$self->{MAIN_RESPONSE}; $num=0; $form=_get_new_form($self,$response->as_string, $response->base); foreach $input ($form->inputs()) { if($input->name eq "componentType") { #croaks here if $type is not eq to ACS, MPI, DS, # AHS. $input->value($type); $num++; } }

Log In?
Username:
Password:

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

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

    No recent polls found