I was trying to setup win2k with Perl and done that successfully. The reason I did that was to run ASSP(an open source spam filter http://assp.sourceforge.net/ ) I followed the instructions an...
I am writing a perl script that sends the parameter results from an HTML form to another HTML page. What is the best way to extract the value for "id" in the "addedit.html" page? I have show...
I know that I can pass a text variable from perl to javascript by using the following:
print qq(<script type="text/javascript"> var foo = "$foo"; </script> );
but I am wondering how I ca...
Hello,
I'm making a few CGI pages.
I want to keep some constants - database field names, some labels to keep wording consistent, etc. - in a file which all the scripts can read from. I'v...
I am using a current version of Apache.
I have set up the UserDir directive such that every user that has a public_html directory will have a website.
I am trying to set it up so that a user...
hi,
I have a cgi form. The form is thru my hosting which uses, Matt Wrights form mail.
I can get the form to work and submit the info, the only issue is that when the form
is submitted,...
I currently have the following print statement in a cgi script working fine:
if (!$Product_Name){
$Product_Name=" ";
print "<td><A href=\"parts.cgi?RecordNumber=$loopsaround\">$Produ...
I have a perl script to get a database value and print on browser.This script is running successfully Linux Server.But when i run this script in windows server it gives HTTP header error.i use...
I need a simple script to GET HTTP URL string variables and then to post them to another URL.
Lets call variable on string www.mysite.com/cgi-bin?Firstname=FName
Post to www.mysite2.com/...
Looking for a way to find out if a named subroutine exists.
If I use the following string to invoke test.cgi:
test.cgi?act=response
and within test.cgi I have the code:
some cmd li...
I start to write the cgi program with using perl. What is the difference between the command "rand" and "srand" in perl, I know they are used to get the random number, so , what are their diff...
I need to create a webpage using cgi programming to build an admin. tool so that the user can import/export a csv file into a Unix DBM database to update it.
Thank you.
I want to set post/get parameters in a perl script with out doing a post/get.
I have a script that allows people to manipulate data in the QA environment... While doing so, their actions ge...
Hi,
I have a requirement where I have to execute the cgi program through java. I was given a URL for the cgi program, which is written to query the person names from the db. when I run that U...
I have Apache 2.x, PHP 5.x installed in Linux server. The application has PHP files in the document root and 2 .cgi files (upload.cgi and progress.cgi) in the apache's cgi-bin directory. The u...
Hi,
I am a Perl developer having 3 years of experience in Perl programming. After a long time I going to attend interview on CGI-Perl.
I know the Perl questions mostly asked for Interviews...
I have a CGI script running on my desktop with APACHE as web server.
In my CGI/Perl script, I am doing
open(TP, "> $file") or die "Cannot open the file";
print TP "TESTTTTTTTTTT...
Am a perl CGI beginner. Am running this script on a windows OS with ActivePerl and using Apache Tomcat 6.0.
The error I get is -
Status: 400 Bad request (malformed multipart POST) Content-...
How can I use a cookie in CGI to keep track of a hit count. I attatched my code below but its not working.
Hi
I am getting the error when i try to run a perl program
Can't locate loadable object for module Net::SSLeay in @INC (@INC contains:
es/Perl/site/lib C:/Program Files/Perl/lib .) at C...
I have a limited amount of JavaScript knowledge and have never ever transferred JavaScript info before.
What I am seeking to do is capture the date/time on the Client-Side display it and u...
Hi,
I have a basic html file(Searchengine.html) which has a link to perl script it is giving the following error.
[Mon Jun 30 18:13:49 2008] [error] [client 127.0.0.1] (8)Exec f...
I am tying to run a simple cgi test.
In html a make a simple ajax call to a python cgi script. I just open open the file in a web browser, click an input button and display a JS alert of ...
I have a website setup through LunarPages and use Verotel as my user/password manager.
I was having some problems (that's a whole other story) and I did some changes in the files.
I've fin...
Hi,
I need to pass an array as an input to an perl script something like this
sending file
<a href="testsum_pc.pl?path=$path" target="pathcommand">Path</a>
receiving file
$path_command=$q...