Untouchable Monks, Greetings.

I have a requirements to automate the followwing tasks. Also this is my first attemp with HTML, please bear with me.

1- start internet explorer and enter a url then press enter.

2- An authentication page popps up, enter user name and password then click the Enter button.

3- The returned page is a form (similar in layout to the ActiveState ActivePerl documentation). On the left hand side there is a vertical pane (static) and on the right hand side is the remainder of the form

4- Depending on what you select from the left pane will open a corresponding form. From the left hand pane I need to click on a url labled "CL Command". This action will display a new form in the right hand pane, in that form there is only one field and a button.

5- In the empty field I enter "server_fd ALL" command. Once I press Enter or click the run button (I think its labled run) a new display area appears under that field with information. I need to capture this information in an array or whatever, and do other stuff to it.

What I am trying to do is to obtain the storage volume information of a NASA/SAN solution. Its an EMC product called Celerra.
On every Celerra there is a linux based control workstation which most NAS/SAN administration can be achived using any browser. Since I have a number of these -each with a numbre of datamovers - which makes capacity monitoring be a bit hairy.

Since I haven't done any HTML then I haven't got a clue about to to proceed, So your help and advice is highly appreciated.

In reply to my First HTML based script. by Anonymous Monk

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.