Hi,

I'm new to PERL, although I've worked in mainframe COBOL programming applications for years. I have read that PERL is easy to use yet powerful, and so I got interested in learning it.

To all you experts out there, can someone tell me if the following scenario can be perfomed thru PERL? What I'd like to do is write a script in PERL that would allow me to retrieve data from a Web site, download it to a specific directory on my hard drive, and then do some editing on that file before sending it on to an Oracle database. I'm not asking how to do it, simply whether PERL can accomplish it.

What I normally do is go to a site where I type in a stock ticker symbol and a date range and retrieve the following data: Open, High, Low, Close, and Volume for the date range, and then save (download) it to a .CSV format file in a specific directory.

Can I develop a PERL script that would do the above? And perhaps even build a 'driver' file of ticker symbols to retrieve the above data for a set of stocks? I'm just curious to know if the answer is YES or NO.

With many thanks in advance,

Joe

Added <p> tags - dvergin 2003-04-04


In reply to Newbie to PERL curious about what it can do by canguro

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.