thank you..I read the section on file handles..from what I can see, it still needs a name. please show me if I've missed something

Sorry..you are right. It's http://website.com/cgi-bin/myscript.pl

The problem remains the same..using Get(http://website.com/myscript.pl) out of lwp does not get me the results I am after. No matter what page shows up in the browser, it says http://mywebsite.com/cgi-bin/myscript.pl

the field forms are consistently parsed by cgi.pm, so, I'm thinking the entire page must be being parsed to get at the form tags. Does cgi.pm have a variable that is already holding the entire page I can call,use and manipulate?

I have read through the docs you've recommended, and, again, I'm sure I'm missing something rather simple, but, I'm just not seeing it.

$query=new CGI;

@names=$query->param;

gives me an array of all the parameters

is there a function call to give me the entire page? if not, is there another way to get the entire page, when the address for every page is the same? thank you


In reply to Re^4: capturing dynamic page by cliffrubinmusic
in thread capturing dynamic page by cliffrubinmusic

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.