Normally I wouldn't downvote a question like this (or even comment on a decision to downvote), but as
GrandFather points out, you were already given the solution to this sort of problem a few times, in response to the previous SoPW threads you've posted.
What's the point of asking for advice when you ignore the advice you've been given? How about this for motivation: from now on, whenever you post code that does not include use strict;, I'll downvote you. That's a promise. :)
Sure, "use strict" is only "optional", and it seems like a pain until you get used to it. But the fact that it is used faithfully by Perl programmers who are both very experienced and highly skilled should tell you something: it really is valuable.
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.