I am trying very hard to get my HTML script to call a simple Perl script. What is happening is that when the HTML calls the Perl script, the Perl script is brought up in WordPad. What is goi...
Can I convert /etc/.passwd to .htpasswd ?
In /etc/.passwd the password is not same with the .htpasswd.
Now I went protect my web home page .
just user who is the user in the linux can acces th...
Hi,
Could someone please help me figure out a winsock problem?
We have a few CGIs that were running fine on NT for few years. These CGIs live in the same page but different frames. T...
I have this script below. I'm new to perl so this is pretty basic. Its a simple login
#!\xampp\perl\bin\perl.exe
# Academics are us Admin Login
use CGI;
$upload_form = new CGI;
prin...
Hi,
How can I get all the page headers and display in PHP4.3.9, in perl its something like
foreach $var (sort(keys(%ENV))) {
$val = $ENV{$var};
$val =~ s|\n|\\n|g;
$val =~ s...
Hi, I have a .txt file contains
"No.", "Time", "Source", "Destination", "Protocol", "Info"
How to split it?
I want to print the elements by a perl program but it shows:
Error: Argument "...
Greetings,
I am working on a Paypal ipn script. Code attached.
Using strict, I get ta syntax error. What am I overlooking?
Is there an easier way?
Any help or input greatly appreciated.
Hey experts,
I am trying to use a count down timer on my webpage that also displays the current date accorsing to the users pc date/time. The problem I am having is this:
The script for di...
Hi
I'd like to pass the 'langcodes arguments en, de, fr to the xml server. What is the correct format to do this?
A single argument like $langcodes = "en" is working, but $langcodes = "en,de...
I have apache2 installed on my linux system and I am trying to get an PERL application to work.
Here is what's in my sites config file:
Alias /webmin/ "/usr/share/webmin/"
<Director...
How can I include a header.html file in a .cgi file?
I have an all html website using SSI, So all my pages are page.shtml. In those shtml files I include my header.html and footer.html.
...
Hi there,
I have a cgi program running on the web server which autheticates the user. If user is valid, I want to post it to other web server.
My question is how can I simulate POST met...
This is probably a REALLY easy one... but I never use PERL. So I am not familiar with the usage.
There is a PERL script available at http://www.retards.org/projects/mysql/ called mysql_slow...
Experts,
I would like to use the GD graphic library with Perl. Unfortunately I cannot find any information on how to install or run gd library in Perl.
Also, is there a module or someth...
What I'm trying to find is some good information on doing username and passwords for web service. The web service that is on the server is done in perl, but it must be about to pass informatio...
I have been having some issues getting my sessions to work properly in perl. My session appears to create properly and store, but when I try to retrieve my data I get no results. This appear...
I create a cookie and read it and print it's value something like this.
use CGI::Cookie
my $salt_key=&gensalt($salt_length);
my $sess_key = unix_md5_crypt(rand(11),$salt_key);
my $c ...
Hi i want to use Oracle as mt dbms can anyone tell me the difference of using asp and cgi to connect the database through the web? the pro and cons of them?
I have IIS running on one Windows server, and my applications and their data on another Windows server. I have written cgi scripts/applications when the application and data is on the same ser...
i need to put a 301 redirect so if a user is on mydomain.com/index.html then it will point to mydomain.com/ same page but i know
I know in ColdFusion i can use i mix of cgi and a redirec...
I'm using IIS 4 and have a relatively script-heavy site. Perl for ISAPI apparently is supposed to let you run your perl scripts using the loaded perlis.dll, which would be significantly faster...
I have a form which passes a string to a CGI program written in Perl. How do I convert this string to lower case - as it is transferred as a mixture of upper and lower case characters.
Can ASP replace CGI/Perl functionality? Totaly?
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 want to run an application on a virtually hosted server, either in perl or in python, but I need longer than the 3 - 5 minutes that Apache allows for cgi scripts to complete. Experiments sho...