OEMike has asked for the wisdom of the Perl Monks concerning the following question:

Help I am working on a projet for a non-for-profit and my ISP decided having a Unix Shell up and running was a security hole! So I am in need of a FreeBSD Unix Shell which supports PERL and has many of the CPAN modules included - any suggestions? Thank you - OEMike

Replies are listed 'Best First'.
Re: Need a new Unix shell w/ PERL
by Kanji (Parson) on Aug 31, 2002 at 13:52 UTC

    If you're not tied to FreeBSD, jcwren has made his server available to Monks in need.

    As an alternative (seeing your "Windows-based" comment in the CB), you can always download ActivePerl and Apache, which should be a close enough development environment not to matter in many cases. (Just remember to strip ^Ms. ;^)

        --k.


      To make things simplier (i you choose this route), you can download IndigoPerl. Here is an excerpt from their web page.


      About Indigo Perl

      IndigoPerl is a binary build of Perl 5.6 for Win32 with an integrated Apache web server for testing and developing CGI scripts.

      IndigoPerl is free.  It includes a browser based GUI Package Manager for installing pre-built binary packages from repositories.  The package manager can also be used to build and install CPAN source modules.

      • It is provided in zip format with an installation script written in perl.  You can easily customize or repackage it for redistribution with additional modules.
      • It can be installed on all Win32 systems.
      • It  includes an integrated Apache webserver for testing and developing CGI scripts.  Apache is pre-configured for running perl cgi scripts.  Mod_perl is also installed.
      • It includes a browser based GUI Package Manager as well as a command line Indigo Package Manager.  The package manager can install pre-built binary packages from a repository as well as well as CPAN source modules.
      • It comes without a restrictive license - you can do whatever you want to do with it.
      General features:
      • Easy installation  - unzip and run setup script
      • Setup script is in perl and easily be modified and customized
      • Does not install files in windows directories
      • Does not keep data in registry
      • Uses text files to keep configuration information
      • Multiple versions can be kept on same PC
      • Can be installed on multiple computers with a simple copy
      • Includes PerlConsole, which provides a web browser based GUI access to the
        Perl help files, the GUI Package Manager and a documentation search engine
      Package Management features:
      • Includes a browser based GUI Package Manager
        This allows you to install and remove modules using a point-and-click interface
      • Also includes IPM, a console version of the package manager
      • Modules are binary compatible with the ActiveState package repository
      • Can install pre-built binary packages from repositories
      CGI features:
      • Comes with pre-installed Apache web server
        This can be used to develop and test CGI scripts

      Kristofer A. Hoch

Re: Need a new Unix shell w/ PERL
by derby (Abbot) on Aug 31, 2002 at 14:23 UTC
    I don't understand. Are you looking for a new ISP account that offers a unix shell and perl as part of it's package? There's plenty of those around check out google or freebsdportal. Or if you're looking for a freebsd like devel environment on your pc, check out cygwin

    -derby