Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Perl Software Programming Apache

Go Forth and Code: mod_perl 1.27 17

chrisv writes "It appears that mod_perl 1.27 has been released Saturday, something that apparently went unnoticed or unmentioned until now. Change list here." While you are at it, go and try out mod_perl 1.99 for Apache 2.0.
This discussion has been archived. No new comments can be posted.

Go Forth and Code: mod_perl 1.27

Comments Filter:
  • Is this story about Perl or Forth.

    I hope it is about Forth, it's a brilliant language

    3 PICK SWAP DO
    OVER I +
    fx{ I } F@ fx{ OVER } F@ F-
    fx{ I } F@ fx{ OVER } F@ F+
    fx{ I } F!

    fy{ I } F@ fy{ OVER } F@ F-
    fy{ I } F@ fy{ OVER } F@ F+
    fy{ I } F!

    FOVER FOVER
    sine F@ F* FSWAP cosine F@ F* F+
    fx{ OVER } F!
    cosine F@ F* FSWAP sine F@ F* F-
    fy{ SWAP } F!

    DUP +LOOP



    Your comment violated the "postercomment" compression filter. Try less whitespace and/or less repetition. Comment aborted
  • has been released Saturday, something that apparently went unnoticed or unmentioned until now.
    Neither can I. Isn't there a mailing list for this? MacOS X has VersionTracker, doesn't SourceForge or Freashmeat.net have some sort of tracking too or a mailising list? I assume there is a better or another method then checking /. waiting for another mod_something announcement.
  • The link tag: 'Apache 2.0.' in this post's parent article has no closing tag. Thus it breaks Konqueror (3.0.0-12) hard, rendering the remainder of the page as a link.

    for <A HREF="http://apache.slashdot.org/article.pl?sid =02/04/06/0216250&tid=148">
    Apache 2.0.

    .. next article here ...
    [viewed in -light-html- mode, if that makes a difference]

  • mod_perl is probably the single most useful creation for developers dabbling in web design. It gives so much power and is so quick to throw together something which looks impressive.

    I myself have used it to prototype some intranet pages and the mainline development team is progressing so slowly that the perl is still in place many months down the line - and the original perl took only a couple of days for myself to throw together.

    Not sure if it's a good thing that I'm the only guy who knows perl!

    mod_perl for Apache2 is great, it's the single biggest thing stopping me from using Apache2 is the lack of perl support.

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...