I am having a bad day today, lol...
Scope of what I am trying to do.
I have lots of files called yyyymmdd.evt (you can guess what the letter represent)
Problems
1. I need to firstly get ...
I have a html form containing many fields including 'username'. Sometimes users enter their username in upperase or mixcase. But I want when a user submit the form I recieve their username al...
I am trying to get FormMail to work properly. It seems very easy.
Here is a test link:
http://www.summitre.com/atherton_contact_us.htm
Here is the text of the FormMail.pl file: (the ...
Does anyone have a simpe PERL script that calls libcurl command and print the output.
One of my clients is currently using LWP:UserAgent to fetch HTML from another site. He's having a problem because the image is too large for his site. When we change the HTML to reduce the s...
Hi all
This ones for the hardcores. I have set up some cgi and html so the user may select specific files to download from my pages.
Everything works for me, however i want there to be some ...
Hi,
I've had some web developing experience with ASP but none with CGI/PHP. So I'm finding the transition from ASP to PHP somewhat difficult.
I'd like to clearly understand the the CGI ...
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...
I have a webform which is working with formmail.pl from Matt's Script Archive. It's working good but I want to add the possibility to attach a file which will be sent as a mail along with the ...
I'm trying to figure out a way to take the CGI input from a CGI form post and separate it into shell script variables that can be accessed. But I'm having the hardest time figuring out how to ...
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...
when executing a script I receive the following error-message:
___
Mail Send Error
Can't load Mail::Sendmail module (Can't locate Mail/Sendmail.pm in @INC (@INC contains: c:/Perl/lib c:...
Short:
What is the best way to forward control to another script, server-side, while keeping CGI query params (or passing new ones)?
Long:
I'm redesigning a webpage, and the new frontpage...
I have generated web service server side code using the gsoap tool from a simple c++ application. This has created a c++ executable which I have name simple.cgi and placed in the /usr/lib/cgi-...
I'm trying to configure MRTG with the RRDtool, and I'm attempting to access the cgi-bin directory via a web browser. The Fedora Core 6 server is running Apache, and when trying to access the ...
Hi,
I'm writing perl CGI programs that will run a Web site. On one page, if the user clicks on a link, he initiates some processing, and he'll be taken to another page. The processing will ...
I am trying to install perl module: GD-2.35.tar.gz
from search.cpan.org
But I got the following error when I ran: make
[root@basketball GD-2.35]# make
rm -f blib/arch/auto/GD/GD.so...
A buddy had a site built and is using paypal..he is selling downloadable media and as you may know, paypal is not secure for downloadable product. Anyone who knows what they are doing can view...
Hi Experts,
I simply want to:
- Have a web page with a form (lets say 2 fields: "name" & "email").
- Use Perl to store those fields in a MySQL table (assume a "visitor" table already exis...
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 using a cgi script for a form. When I submit the form I get "500 Internal Server Error" message. I checked my error log for the cgi scripts and here is what I got.
Can't locate Ma...
I'm Familiar Enough With CGI In Restricting The Length Of A String In A 'textfield' with:
print $q->textfield(-name=>'NameOfFirstField', -size=>50, -default=>'DefaultAnswer', -maxlength=>...
Hi,
Im trying to make a perl-CGI upload script without the CGI.pm module. I know its easier but I want to understand several things. First my upload.html has several fields (and a file input ...
Experts,
I am outputting a longtext field from my db to html. I need to show line breaks as the output is one continuous string.
I know in PHP you can use nl2br which adds <br> however ...
Is it possible to POST to a script on a secure server using LWP::UserAgent
or some similar method?