954,525 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

hi Any one can HELP For the learning perl

plz help me how run the perl script on tomact server
plz tell me the step by step process
its urgent

mahajanrahuld
Newbie Poster
5 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

1) Tomcat is not used for Perl. It is used for Java.

2) You should ask the scripts author for help as they are the best ones to assist you

stymiee
He's No Good To Me Dead
Moderator
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
 

sir can u tell me the apache HTTP server is usefull for per script or not and how to use it how to run the perl script

mahajanrahuld
Newbie Poster
5 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

hi,

before shooting any question you should try it by yourself or search in google or searched in this forum itself.

Anyway, here are some tips, you can follow.
1. Install Apache in your system. I you don't have the copy of it, then download the latest from http://httpd.apache.org/download.cgi
installation is very easy. If you are a windows user, then its very easy. Follow the instructions properly and install it.
2. After you install Apache, open your browser, type the URL of your web-server. You will get a Welcome page from Apache.
(for eg: this is what I type on my browser, http://localhost )
3. To run the CGI/Perl script you need to keep your scripts in cgi-bin folder, you can find this folder in the where Apache has installed on your system.
(for eg: http://localhost/cgi-bin/your_script_name.cgi )
4. To start of with, you get 'printenv.pl' after installation, a perl program which you can run.
(for eg: http://localhost/cgi-bin/printenv.pl )

kath.

katharnakh
Posting Whiz in Training
237 posts since Jan 2006
Reputation Points: 19
Solved Threads: 34
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You