Re: Using CGI.pm to set up textfields and then parse them

2009-01-07 Thread marys
On Jan 5, 8:33 pm, g...@lazymountain.com (Greg Jetter) wrote: On Monday 05 January 2009 2:22:08 pm marys wrote: Does anyone know how to set up a large number of textfields for data input and then parse them conveniently?  In the CGI.pm book it shows how to use the form element

Re: Send email using SMTP

2009-01-07 Thread Gunnar Hjalmarsson
Adam Jimerson wrote: I solved my problem using the sendmail with the code below in my script: open (MAIL, |/usr/sbin/sendmail -t ); print MAIL From: someaddr...@somedomain\n; print MAIL To: someaddre...@somedomain\n; print MAIL Content-Type: text/plain\n; print MAIL Subject: Very simple email

Login code

2009-01-07 Thread Brent Clark
Hiya Would anyone have any example code of sessions for logins. I basically would like to create a logon (username and password entered) page and create sessions. Maybe too time stamp the session and if time has expired then display like a expired session page. If anyone can help it would be