Quick question today. I have looked all over, but seem to be missing the answer.

I am having an issue reading an individual frame that is generated from a web page I call. For example: I make a call to index.html while passing some variables across to the site with the call. Based in what I have sent, the site returns an index2.html first, and as the top left frame of the page that says "your browser needs upgrading". A top right frame is also built and presented to me with the data I am looking for, and a frame (that has no data I need) covering the lower half of the browser.

Is perl able to "see" the 2nd and 3rd frames that get sent by the site? If so, how?

If it is of any help, modules I am using in the script that have some relation to calling web pages are: HTTP::Request::Common and LWP::UserAgent.

I am the TacoVendor

In reply to Using perl to read multiple html frames by TacoVendor

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.