Thanks for the prompt reply!!
But things here may be simple for you, not for me. Not Complaining. I very much appreciate your help.

The three regions in the code are actually three radio buttons. If either one is clicked it takes me to a new page. So how do i choose and click the radio button. The process for clicking a button is agent->click(); but what about the radio button. I read the www::mechanize page, but it is still not very clear to me.

The code for the radio buttons is

<table id="rdlZone" class="RBtnList" cellspacing="1" cellpadding="1" b +order="0"> <tr> <input id="rdlZone_0" type="radio" name="rdlZone" value="1" onclic +k="__doPostBack('rdlZone_0','')" language="javascript" /><label for=" +rdlZone_0">Chennai Madras</label> </tr> <tr> <td><input id="rdlZone_1" type="radio" name="rdlZone" value="2" on +click="__doPostBack('rdlZone_1','')" language="javascript" /><label f +or="rdlZone_1"></td>US Embassy New Delhi</label></td> </tr> <tr> <td><input id="rdlZone_2" type="radio" name="rdlZone" value="3" on +click="__doPostBack('rdlZone_2','')" language="javascript" /><label f +or="rdlZone_2"></td>Calcutta (Kolkata)</label></td> </tr> </table>

In reply to Re: Re: Re: Re: Follow through POST method by Agyeya
in thread Follow through POST method by Agyeya

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.