How do I write a small perl script to output the current date with the format that looks like this:
22/Apr/2007:00:21:18 -0800
I tried this: $time_stamp = `date`; print DATA "$time_stam...
Hi,
This should be simple but I have been struggling w/ it for over a year. Simply stated I am just trying to get the file upload to work. My browsers are Foxfire v3.0.1 (and earlier) an...
Hi,
I need to write a perl script to display a form with three drop down list boxes.
The 1st list will need to display a list of customer names from a simple database, once the user has ...
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 have the code
#!/usr/bin/perl -w
use CGI;
use Frontier::Client;
use XML::Generator;
my $cgi = new CGI();
my $x = $cgi->param('from');
my $y = $cgi->param('to');
my @args=($x,$y,1...
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/...
Hello Experts,
I have a page which is deleting and setting the data in the cookie, for some reason when I call the function it is displaying the cookie information on the page, something li...
Hi,
I am creating an online application that is conform to the CGI 1.1 standard and I am using C# to create the binary executable CGI. I am using Apache as my web server on a machine runnin...
Can anyone shed some light on this error showing up in my website error log and how to fix? The cgi script is in the web directory but it looks like its trying to open it from the usr/ direct...
Hello Experts,
I have already one mail system in which I want to make some modification.
System developed using CGI Script Language. In that system it sends plain text mail. But now I. want ...
I have a cgi script that sends emails. When I run it from SSH it works fine, I've checked it using perl -wc too and found no syntax errors. So I know it is not an ASCII upload problem.
I've...
Hi
I am looking for some help with receiving files in an incoming https request to a URL. The request contains an XML file that is being sent to us. In essence I need to create a URL on ou...
I have a form on my website www.online4products.com that calls www.online4products.com/cgi-bin/formmail.pll.
It is a standard email script that hundreds of thounds of people have used , but...
Hi,
Do anyone have a simple image resize script made in CGI pearl that can resize images without loosing its quality?
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...
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.
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 have a web server that runs Lan Suite 602Pro web/mail server on Windows. This supports only FastCGI. I need to write a FastCGI application to search all the HTML files (within the meta tags ...
if i wanted to use php,mysql together what do i need to install? mysql, cgi and php? what version are good and working well together? what changes do i need to make in order for these three to...
Using an OLD version of Links 2.0. Apparently in a server upgrade something changed. Probably a server path. I never paid any attention.
So, need someone to help fix it
http://www.realty...
I have used some code that retrieve XML data, it works fine.
When I try and use a perl module to do the job it doesn't return any values
For a test I coded
package My::Service;
#use Pod::W...
Hi, guys,
I have a CGI Perl Script which runs in a Linux Server with Sendmail. This Scripts subroutine which effective sends the email, is this part below. It works fine, it is quite simple...