in reply to New Perl on server

Perl 6 doesn't exist yet. The most recent production-ready version of Perl is 5.8.8. The front page of perl.org always lists the current version.

If your web server is running Unix or Linux then it will almost certainly already have a version of Perl installed. If your web server is running Windows, then ActivePerl is probably the easiest version to use (although Vanilla/Strawberry Perl might well change that).

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^2: New Perl on server
by xdg (Monsignor) on Jul 26, 2006 at 13:24 UTC
    although Vanilla/Strawberry Perl might well change that

    It may, but not yet. Neither is ready for production use, but please do consider trying them out in development environments and offering feedback.

    -xdg

    Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.