I've programmed in Perl for over a year and I've fallen in love with it - I've some experience in Java and C++ but they don't give me the same kick (but they are useful and fun in their own ways).
Back to Perl, just the other day, I wrote a ten-liner to manipulate some 500 lines of text spread over a few files - deleting some part of the text and moving some other parts to the end of each line. With a one-line regular-expression, I was able to accomplish the task in less than 5 mins. It was just amazing how simple and powerful perl can be.
I also use perl to write CGIs and I like it just as much.
Allow me to quote this from Larry Wall's Perl Programming (3rd Edition, p. 4):
At every level, perl is about helping you get from here to there with
+minimum fuss and maximum enjoyment. That's why so many Perl programme
+rs go around with a silly grin on their face.
- kiat
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, 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, 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.
|
|