Another option would be to ask your teacher what s/he'd recommend.

If you either already have or don't want to, some useful reading:

The above modules are all you need to make what you want happen. Below are modules that can make your life easier ... if you're into that sort of thing

Now, it sounds like you have another issue - you don't know what you want done. Well, you know what you need to have done, but you don't know how to do it. This isn't a Perl issue or a web issue - it's a thinking issue. Unless you are willing and able to think, you cannot program. Period.

You have all the pieces, but I will bet you haven't put together a simple flowchart. You haven't laid out the sequence of events that need to occur in order to make this happen. You may not know the sequence of events. (Learn about how CGI works. Note - Perl and CGI are not the same thing. Perl does CGI, but so do a ton of other languages. For example, C++ does CGI on Unix quite nicely!)

Once you have laid out the sequence of events and have learned how your tools work, then you are able to build what you're looking to do. Of course, if you waited until the last minute, you're up a creek without a paddle. Good luck!

------
We are the carpenters and bricklayers of the Information Age.

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.


In reply to Re: read xls file using Perl program by dragonchild
in thread read xls file using Perl program by Anonymous Monk

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.