Others have pointed in in various ways that to help Perl's popularity, it needs to get people's attention to be used. It needs to have a way to solve people's problems better. I don't know how to do that completely, as it will require many different approaches, but I can think of 1 way.
Going back to the more popular days, I'd love to see it used more in web programming. Javascript has taken over the browser, and frankly, I don't like that (because I don't like Javascript). Why can't we have:
<script type='text/perl'> ...perl code... </script>
Yeah, there are all kinds of hurdles to overcome with that, starting with:
- adoption by all the major browsers so it could be used
- removing a few parts of CORE for security reasons (e.g. system and family)
- probably need to add a few things, or else pull a few modules in automatically (e.g. CGI, Ajax, etc)
- and probably many more...
But if we could do that, we might see a nice revival of Perl ... not to mention I could use a better language when I have to do client-side work. :)
Kevin
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.