Posted by
CowboyNeal
on from the rubbish-listers dept.
JamesD_UK writes "mod_perl 2.0.0 has been officially released into CPAN. Enhancements over mod_perl 1 include threads support and a perl interface to the Apache Portable Runtime. More details on the release can be found on CPAN."
Almost all of the comments criticizing Perl have been modded "Troll". Slashdot authors getting touchy?
Perl a dead language?
by
Anonymous Coward
·
· Score: 5, Interesting
I do not understand how anyone can suggest that PERL is a dead language. It is still one of the most powerful text processing languages out there, with the extensibility that allows it to do everything from performing network activities to CGI. Although CGI is in its decline, it is still used plenty.
Theres that and the fact that PERL is just a really fun language, very easy, and extremely free-flowing, which I personally think is a good thing.
API space rename hurt
by
henry.thorpe
·
· Score: 3, Interesting
I'd been happily using mod_perl2 since 1.99r12 or so. Then, right before the release of 2.0, between 2.0r3 and 2.0r5, the namespace changed http://perl.apache.org/docs/2.0/rename.html. I realize that there are good reasons for doing this (http://marc.theaimsgroup.com/?t=111135037100002&r =1&w=2), but it was still pretty painful if you hadn't had some prior warning.
In particular, the FreeBSD ports tree is still feeling some pain. Guess I just got lazy with all the dependencies handled in the ports tree.
But, now we have to flash-cut our production systems, unless someone knows how to changes things to work under both namespaces...
Re:Perl a dead language? NOT
by
fanatic
·
· Score: 4, Interesting
I work doing router and server admin.
The shortest path between "need" and "have" is usually a perl script. CPAN alone puts perl above anything else I know of.
-- "that's not encryption - it's a new perl script that I'm working on..." - from some Matrix parody
What defines dying?
by
malverian
·
· Score: 5, Interesting
Perl still has a very active community with some very incredible and dedicated hackers. The main thing that keeps me coming back to Perl for personal projects is the fact that it's such a FUN language to program in.
I can think of many benefits to using Python and PHP in a work environment, but no matter how long I work with other languages, I always come running back to Perl when I'm in the mood for some highly caffeinated drinks and a late night of hacking. Say what you will about Python or PHP, but you probably can't say either is fun or enlightening to use.
I've found that Larry Wall is a very unique individual, and a lot of that is pervayed through the style of his programming language. In Perl I can say (figuratively).. "Go fetch the paper!" or "Can you get the paper?" and both of them work. While that might be a readability nightmare, it lets you be very creative with your code. And to some people, being creative is a nice release after the regimented, controlled environment we deal with in the workplace.
-- You're just mad because the voices in your head talk to me.
Is it dying? It it the end of fun?
by
rduke15
·
· Score: 4, Interesting
it's such a FUN language to program in
Exactly. But I guess that is what so many don't like. As Larry Wall said:
"In trying to make programming predictable, computer scientists have mostly succeeded in making it boring" -- Larry Wall, interview in The Perl Journal, vol. 1 issue 1.
did you happen to look up at ANY slashdot URL:
/./comments.pl
hrmm... this kind of looks like a perl cgi, most likely living in mod_perl!
get a clue dumb arse.
int 20h;
Almost all of the comments criticizing Perl have been modded "Troll". Slashdot authors getting touchy?
I do not understand how anyone can suggest that PERL is a dead language. It is still one of the most powerful text processing languages out there, with the extensibility that allows it to do everything from performing network activities to CGI. Although CGI is in its decline, it is still used plenty.
Theres that and the fact that PERL is just a really fun language, very easy, and extremely free-flowing, which I personally think is a good thing.
Bah, mod_parrot is where its at.
http://www.smashing.org/mod_parrot/
I program my web application in Parrot.
But, now we have to flash-cut our production systems, unless someone knows how to changes things to work under both namespaces...
I work doing router and server admin.
The shortest path between "need" and "have" is usually a perl script. CPAN alone puts perl above anything else I know of.
"that's not encryption - it's a new perl script that I'm working on..." - from some Matrix parody
Perl still has a very active community with some very incredible and dedicated hackers. The main thing that keeps me coming back to Perl for personal projects is the fact that it's such a FUN language to program in. I can think of many benefits to using Python and PHP in a work environment, but no matter how long I work with other languages, I always come running back to Perl when I'm in the mood for some highly caffeinated drinks and a late night of hacking. Say what you will about Python or PHP, but you probably can't say either is fun or enlightening to use. I've found that Larry Wall is a very unique individual, and a lot of that is pervayed through the style of his programming language. In Perl I can say (figuratively).. "Go fetch the paper!" or "Can you get the paper?" and both of them work. While that might be a readability nightmare, it lets you be very creative with your code. And to some people, being creative is a nice release after the regimented, controlled environment we deal with in the workplace.
You're just mad because the voices in your head talk to me.
Exactly. But I guess that is what so many don't like. As Larry Wall said:
I gess some prefer programming to be boring.
I don't.