On Wed, 9 Oct 2002 20:43:13 +0200, [EMAIL PROTECTED] (Octavian Rasnita)
wrote:
>Hello all,
>
>Could you please tell me what module should I use to send HTML mail?
>Can I use Net::SMTP?
>
>And what module could I use to send attachments
Here's a nice method for sending text and html at the same t
NAME
beginners-faq - FAQ for the beginners-cgi mailing list
1 - Administriva
1.1 - I'm not subscribed - how do I subscribe?
Send mail to <[EMAIL PROTECTED]>
You can also specify your subscription email address by sending email to
(assuming [EMAIL PROTECTED] is your email addr
Hi,
I'm new here and I have just a question
I try to run a script from a web page by Apache.
This script query the dns file of the dns-server domain.it.dns:
open (MYDNS,"dns_serv\\C\$\\winnt\\system32\\dns\\mydomain.it.dns )
If I run this script by CMD the script function great, but by CGI
Hi,
When the sub (listed below) is called, it generates a "1" within
tags as the first table cell in the table.
I am mystified to as why this is happening. I just have td's with labels
and form elements.
??
Any ideas, is this a bug?
sub display_entry_form
{
print table(
--- Ramon Hildreth <[EMAIL PROTECTED]> wrote:
> Hi,
> When the sub (listed below) is called, it generates a "1" within
> tags as the first table cell in the table.
> I am mystified to as why this is happening. I just have td's with labels
> and form elements.
> ??
> Any ideas, is this a bug?
Yo
is there some special trick to linking a style sheet to your page when
the page is generated by a cgi script?
I have this sub routine that prints the header of a html page:
sub write_html_header
{
print "Content-type: text/html\n\n\n \n";
print " \n";
print " $_[0]\n";
print