Perl installation?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Perl installation?
# 1  
Old 07-15-2003
Perl installation?

Ok im new to Linux. I run Slackware 9 - I have apache up and running fine, I am a PHP programmer but wish to learn Perl. I've been told I need to edit a configuration file -- /etc/apache/httpd.conf
? Anyway, I've never done this before and I don't know what to edit. So I would be real grateful for any help so I get Perl running.

If anyone needs the httpd.conf file pasted let me know! Thanks alot for any help!
# 2  
Old 07-15-2003
The perl installation is separate from apache and they are not interdependent. Try typing perl -v at the command prompt to see if perl is already installed in your OS. It should return the version of perl installed and some other info. Visit http://www.perl.com for more info on perl programming. I also suggest you get Orielly's Learning Perl for a great starter book on Perl.
Good Luck-- Perl is a great one.
# 3  
Old 07-15-2003
Re: Perl installation?

You may wish to see this page:
http://httpd.apache.org/docs-2.0/howto/cgi.html

Basically, add the line

AddHandler cgi-script .cgi .pl

and add the option "ExecCGI" to a directory you wish to run Perl CGI scripts. See the page for more details.
# 4  
Old 07-16-2003
Thanks for the replys....

I done the perl -v - I do have Perl installed already.

I will need to edit the configuration file, so that link was very helpful, thanks alot Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl Modules installation in one go.

Hi, I have a task to install a list of perl modules in several servers. It's very tedious task to install it one by one through CPAN. Can I have option in CPAN to feed that list so that it install all the modules. (0 Replies)
Discussion started by: nixhead
0 Replies

2. Shell Programming and Scripting

Installation of perl on Linux machine

When i try to run the configure command i am getting below error. Please assist. (7 Replies)
Discussion started by: prash358
7 Replies

3. Shell Programming and Scripting

Perl Module Installation issue.

I have issue with the perl module installed in the new Linux server I have installed the required module, but still the perl program was not able to find the path I'm getting the below error: Can't locate Log/Log4perl.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/Log4perl.pm... (5 Replies)
Discussion started by: help_scr_seeker
5 Replies

4. Shell Programming and Scripting

perl modules installation

I have installed perl in windows. Now I would like to install spreadsheet::xlsx & DateTime::Format::Excel modules(also few more) at a time instead of installing them seperately. Could you please let me know how to install more than 1 module as a batch file in windows OS ? Thanks in... (5 Replies)
Discussion started by: giridhar276
5 Replies

5. Shell Programming and Scripting

Perl Installation problem

Hi all, I have a problem while installing perl 5.12. I have uninstalled the perl version 5.8 and installed 5.12. And when I tried to execute a perl script, it says that perl58.dll is missing. can some one please tell me how to completely remove previous version(5.8) of perl which I have... (2 Replies)
Discussion started by: anusha.banthu
2 Replies

6. Shell Programming and Scripting

problem during perl module installation

Hi 'm getting error while installing perl mdule on linux.can any one tell me how to resolve that error? problem is: CPAN: File::Temp loaded ok (v0.22) CPAN.pm: Going to build J/JD/JDB/Win32-OLE-0.1709.tar.gz OS unsupported Warning: No success on command Warning (usually harmless):... (1 Reply)
Discussion started by: kavi.mogu
1 Replies

7. Windows & DOS: Issues & Discussions

Strawberry perl - New TK module installation error

Hi, I am struggling in installing TK module for strawberry perl. I downloaded TK804 module, extracted to a folder, kept in c:/strawberry/perl/lib path, then from tht path 1) perl makefile.pl 2)dmake 3)dmake test 4)dmake install During perl makefile.pl it is giving error as... (3 Replies)
Discussion started by: vasanth.vadalur
3 Replies

8. Shell Programming and Scripting

Perl installation in user directory

Hi, The version of perl at my work is very old and It doesn't have advanced perl modules. I need to install DBI and DBD::Sybase modules but I dont have the root access. So I have installed DBI module in my home directory. And trying to install DBD::Sybase, with the followint command: perl... (3 Replies)
Discussion started by: mahendrt
3 Replies

9. Shell Programming and Scripting

Perl Module installation

Hi All, I am failry new to Perl.I am trying to install a Perl module (Filesys::df.pm) in an IBM AIX5.3 server.But I could not succeed in that.I am getting the following error: abcd3dev# make cc_r -c -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias... (6 Replies)
Discussion started by: surjithss
6 Replies

10. UNIX for Advanced & Expert Users

help with perl module installation

Hi, I am trying to install perl modules in HPUX under my account. I do not have the root permission. The module name I am trying to install is Spreadsheet-WriteExcel. I have downloaded the tar.gz file from CPAN and extracted the same under my home directory. When I try do 'perl... (2 Replies)
Discussion started by: sabyasm
2 Replies
Login or Register to Ask a Question