1) While PHP is only for CGI, Perl is a general language which can be used to program almost everything. I for example use a lot of perl which has nothing to do with WWW/CGI, e.g. code generation for hardware development, simulation logfile analysis, etc..
Have a look to the
Comprehensive Perl Archive Network (CPAN), there you can see how many open libraries exists for Perl.
I personally compare Perl more with Java - not that they are very similar, but they have some common attributes: Both compile to byte code, both need executable installed (Java VM; Perl Interpreter), both have large set of libraries.
2) For GUI I know only Perl/TK.
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.