Would something like this be useful, maybe in the FAQ?
Your question seems to be a homework assignment:
- answering it requires very little Perl knowledge, using perldoc
(the documentation that comes with every Perl installation) or
reading any Perl book would give you the answer faster than asking
this community
- the problem you are describing does not seem to be a real-life
one but more something a teacher would write
Answering homework is not something that Perl Monks often do. It would cheat
you of a chance to learn, your teacher of a chance to teach and evaluate
you, and your fellow students of chance to be fairly compared to you.
Plus you should be aware that your teacher might also be reading your
post, and the answers, and might identify you. Many schools penalties for
cheating include expulsion.
So if your problem is a real one please post some more explanation about
it, and you will get help here. Otherwise type perldoc perldoc or
man perldoc
if you are on a Unix system, use the Perl Help if you are using the
Activestate port on a Windows machine, or grab a Perl Book, Learning Perl,
Programming Perl or
Elements of Programming with Perl are probably adequate for you.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.