Well, here it is.
As said, I'm new to perl. This is an adaptation of an existing script but I stripped and changed a lot. Must have done something wrong, But what?
Thanks!
Korneel.
#!/usr/bin/perl -w
use strict;
use CGI qw/:standard/;
# Section 1: config variables
use vars qw($self...
Hello,
How come that an HTML email sent to multiple recipients shows up blank in a couple of occasions? All recipients have same client (outlook express 5.02 mac).
Netscape 6 mail client used to send mail (haven't got any other that will allow me to send html - any suggestions?)
How fail safe...
Hello goBoating,
Many thanks for that.
I'll be able to answer your questions in greater detail tonight (GMT, noonish PST ), but for now:
I want the subroutine to transmit the values of the variables in my perl script to the html page. The variabels come from a flat database (read in by...
Hello,
I 'm quite new to Perl, and have a problem with a parse function I found. It parses an html page, and passes on the values of the variables in a cgi script to the html page. Problem is, my ISP requests that i use "use strict", and the parse subroutine (see below) does not seem...
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.