How to verify the email address?

2002-09-28 Thread Octavian Rasnita
Hi all, I've tried to verify if an email address exists using the Net::SMTP module but the result is always 1, doesn't matter if the address exists or not. I've used the following code: use Net::SMTP; my $smtp = Net::SMTP - new($server, Debug = 1, Timeout = 60, ); foreach my $mail(@email) {

Re: How to verify the email address?

2002-09-28 Thread Randal L. Schwartz
Octavian == Octavian Rasnita [EMAIL PROTECTED] writes: Octavian I've tried to verify if an email address exists using the Octavian Net::SMTP module but the result is always 1, doesn't matter Octavian if the address exists or not. Right. Get used to it. Every gateway machine will have to say

Re: Mail::MboxParser

2002-09-28 Thread zentara
On Fri, 27 Sep 2002 12:22:31 +0200, [EMAIL PROTECTED] (Margaret) wrote: Hi I'm trying to get some examples for this module but cannot find any. Can someone please send me a simple example. I want to extract the headers and body of the messages and also be able to delete the messages. Here is a

Re: How to verify the email address?

2002-09-28 Thread Wiggins d'Anconia
You may also want to consider using the Email::Valid module. http://search.cpan.org/author/MAURICE/Email-Valid-0.14/Valid.pm http://danconia.org Randal L. Schwartz wrote: Octavian == Octavian Rasnita [EMAIL PROTECTED] writes: Octavian I've tried to verify if an email address exists using

Planning Implementing a web project

2002-09-28 Thread MMKHAJAH
I have a fairly good experince with Perl. I can program under strict, do some OO and connect to databases. Up until this point I didn't do any real big script. So I wonder how to plan and implement big projects ( like web protal, discussion forum ). Thank You :)

Re: css attributes in CGI

2002-09-28 Thread Todd Wade
Janek Schleicher wrote: Jimmy George wrote at Fri, 27 Sep 2002 00:36:42 +0200: When we use commands such as $q-p(some line of text); when doing prints, is there any way of giving the output attributes such as we can with css descriptors? e.g. $q-p({-style = 'color: red;