DelphiFAQ Home Search:

How to test perl scripts offline

 

commentsThis article has not been rated yet. After reading, feel free to leave comments and rate it.

Question:

How can I test my perl script offline, meaning without uploading them to the web server?

Answer:

You may be able to run some simple scripts right from the DOS command line. This will work fine as long as the scripts are not supposed to generate HTML (output would look funny) or process CGI data (there won't be any if you simply invoke the script from the DOS prompt (or whatever operating system you use).

If your perl script produces a web page and/ or processes CGI data, then you'll have to install a web server e.g. Apache (www.apache.org). You'll have to copy your script to Apache's CGI-BIN directory (see file httpd.conf to find out where that is) and if under Linux or other Unix, set the executable flag with chmod. Under Linux and Apache 2, the CGI-BIN directory usually is /var/www/cgi-bin/.

If your perl script also relies on a database or other environment on the production web site, then you'll better duplicate all of that. Don't mix development with production.

Comments:

 

 

Email address (not necessary):

Rate as
Hide my email when showing my comment.
Please notify me once a day about new comments on this topic.
Please provide a valid email address if you select this option.
 
It seems that you are
from Washington, US .

Info/ Feedback on this

Show city and country
Show country only
Hide my location
Leave your comment here:
Please type in the code:
photo Add a picture:

Please do not post inappropriate pictures. Inappropriate pictures include pictures of minors and nudity. The owner of this web site reserves the right to delete such material.