Dear all,

There are lots questions. I appologize at first.
I am trying to automate a form submission. in html the
form has 

<select name=p2 size=1 onChange="showimage()"><option
value="01">123</option> 

<input type="radio" value="" checked name="show">001
<input type="radio" value="0" name="show">001

i am wondering can i do it as 
$ua->post($url,[p2=>'01',show=>'0']); which
corresponds to choose option '123' and radio '001'? or
do i have to usr other module. HTML::Form ?

and UserAgent does the clicking the submit button for
you, right ? i meant do i need to interact with the
submit button.

by the way, since what LWP version it support
$ua->get() ? i have it on my lwp(for windows). version
is 5.51.
I know there is the newer version( for windows??) out
and doing `ppm search lib-www` doesn't return
anything. 

one more question, how do you guys snoof the process
of http transaction? e.g if i am trying to get a realm
of a protected page, how do i do it? i tried the 'use
LWP::Debug qw(+)' it shows no info of realm name.

a lots questions..thanks for helping me out!

James

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Reply via email to