Hi,
I am sending a form using pearl and I was wondering how I could add a date/time stamp from the server and if possible from the users local machine.
The second isn't important, it is an I would like to have.
I am also trying to make the mail from section display their e-mail address but atm I am only getting from this is the code I have for the mail
------------------
open (MAIL, "|$mailprog $recipient" || die "Can't open $mailprog!\n";
print MAIL "Reply-to: $FORM{'Email'}\n";
print MAIL "Subject: Information Request \n\n";
------------------
The subject works and all of the data in the fome is fine.
I have looked all over for some reference material or a list of pearl commands but to no avail.
Any help would be greatly appriciated.
Thanks in advance
Manic
-----------------------------
I've broken it again !!
-----------------------------
lee.gale@virgin.net
I am sending a form using pearl and I was wondering how I could add a date/time stamp from the server and if possible from the users local machine.
The second isn't important, it is an I would like to have.
I am also trying to make the mail from section display their e-mail address but atm I am only getting from this is the code I have for the mail
------------------
open (MAIL, "|$mailprog $recipient" || die "Can't open $mailprog!\n";
print MAIL "Reply-to: $FORM{'Email'}\n";
print MAIL "Subject: Information Request \n\n";
------------------
The subject works and all of the data in the fome is fine.
I have looked all over for some reference material or a list of pearl commands but to no avail.
Any help would be greatly appriciated.
Thanks in advance
Manic
-----------------------------
I've broken it again !!
-----------------------------
lee.gale@virgin.net