I haven't figured out the easiest way to describe what I need to do so that it is clear, but I will do my best here. Easiest to start with explaining what works I guess.

Using a web browser, I am browsing a site that is serving up pages using php. Some links trigger a server side script that pushes a url back down to the browser with an instant page refresh. I call 'server.com/page1.php?script' the browser next displays a url of 'server.com/results.php=xxx'.

I can move perl through calling web pages and such without a problem, I just have no idea how to get perl to see the results that are pushed down like this from a server side script.

This specific script is running right now on ActivePerl 5.8.x on Win32. If I can get it working properly here I can figure out how to port it to the other versions/os's that I need to work with.

If more clarification is needed then ask in a reply and I will give whatever info I can.

Thanks.

In reply to Browsing php pages properly? 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.