I seem to have the Perl module installed on my server, as well as IMAP.
I would like to install Squirrelmail, since it runs in www and Sendmail has been a *&*@& to get working.
1) config.pl needs to be run in order to initially configure Squirrelmail. I tried running this from the URL, but all I got was the code displayed as text. How do I run this Perl program?
2) I noticed that an option is to download an rpm of Squirrelmail, which is then installed below the var/www/ folder. If it's intended to run as a web script, why does this happen?
Thanks
Question re: Perl and Squirrelmail
Moderator: General Moderators
that's something you are going to have to read up on squirrelmail's site, but if you are running a perl script, you should be running it from the cgi-bin dir?2) I noticed that an option is to download an rpm of Squirrelmail, which is then installed below the var/www/ folder. If it's intended to run as a web script, why does this happen?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
http://httpd.apache.org/docs/howto/cgi.html 
and with the which/whereis command you can find out where the perl executable lives....
and with the which/whereis command you can find out where the perl executable lives....