Hi, I am trying to record what people are searching for before they come to the html pages on my site.
The following is the code I have tried on the html pages and then the main parts of the perl script. The perl script just takes the referrer value and if it is from google|bing|yahoo it then...
Hi,
Thanks for the reply.
I thought this read the file content and the filename:-
my $file = $cgi->param('file');
my $fileName = $cgi->param('file');
The file is sent from a regular html form:-
input type="file" size="30" name="file">
I have tried :-
my $file = $cgi->param('file');
my...
Hi, I am very new to "object oriented programming". I have this script which I have been using for a while to allow people to upload files to a website. Now I am trying to adapt the same script to upload files to multiple websites specified in an array. This is for a content management system...
I have a newsletter system and want to have it work automatically. what I have so far works with a visitor to a page with a tiny iframe in it. This iframe calls up the send.pl newsletter script. Trouble is that if the visitor refreshes the page before the script has finished, duplicate emails...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.