I had a similar problem when I just started out with Perl. However, with time it became a habit of mine to chomp input prior to its consumption ;). There's certainly a lot of other Perl 'traps' to worry about besides this one. What immediately springs to my mind is the
perltrap page. This is certainly a good read for both novice and intermediate Perl programmers.
Generally, however, doing things right in Perl becomes almost a second nature with time. Some basic examples are using strict, doing sanity checks, defensive programming to name a few. The more you develop Perl and concentrate on the quality of your end product/script, the more 'intuitive' these tasks become.
_____________________
# Under Construction
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.