Home > Archive > PERL CGI Beginners > September 2005 > CGI Question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| wisefamily@integrity.com 2005-09-03, 3:55 am |
| Hi,
I am just starting to learn CGI with perl. I had a question on what is
standard. If you have a form, like a comments form, is it standard to
email the information, or to write it to a file? If you write it to a
file, is there usually a way to view it on the server?
Thanks,
David
| |
|
| use Net::SMTP
wisefamily@integrity.com wrote:
> Hi,
>
> I am just starting to learn CGI with perl. I had a question on what is
> standard. If you have a form, like a comments form, is it standard to
> email the information, or to write it to a file? If you write it to a
> file, is there usually a way to view it on the server?
>
> Thanks,
> David
>
|
|
|
|
|