Hi, First off, let me ensure everyone that this is not homework. I am a college student on co-op with Nextel Communications :). This is my 6th week of perl, and i need some help. Basically my boss comes to me and says, "we need real time graphs of certian data". So i get some java applets that will graph the given data. I intend to write a perl script to actually input the data into the parameters of the applet. This is where my question comes in. I need the data grabbed from a html page that another perl script produces, but i need it so everytime the user wants a graph, it reruns the other script and grabs all of the data into an array. The URL that i need the data grabbed from is http://172.16.4.25/cgi-bin/stats-cgi/hist.cgi?netid=system-SYSTEM&report_type=Daily+Totals&market=PHL. Any help would be greatly appreciated
Dipul Patel

In reply to Grabbing Data by ImpalaSS

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.