in reply to A Perl Environment

To develop Perl programs under Windows, download ActivePerl from ActiveState. You can install any extra modules using ppm. If you want to test CGI programs on the same system, then I recommend you get Apache.

--
<http://www.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: Re: A Perl Environment
by Anonymous Monk on Mar 04, 2003 at 15:32 UTC
    thanks dave, I actually want to run a *.pl from my own PC - one of my scripts is using to much of the unix systems isdn bandwidth. So, I have the script writen already, I just want to run it from my own machine which has its own isdn connection. Thanks.
      I actually want to run a *.pl from my own PC

      So install Perl like I said.

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

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