Yasen Petrov wrote at Mon, 08 Jul 2002 20:29:20 +0200:
> Hi all,
> my problem is that I want to send an e-mail every day, but when I try to iterate,
>the unix perl
> wants to see all the iterations and then execute them at once, while this isn't the
>same on
> windows. This means I can't send a
Why not use crontab to schedule the email?
-- John
# -Original Message-
# From: Nikola Janceski [mailto:[EMAIL PROTECTED]]
# Sent: Monday, July 08, 2002 2:36 PM
# To: 'Yasen Petrov'; [EMAIL PROTECTED]
# Subject: RE: Probably impossible
#
#
# Okay... I looked a little mo
e-
> From: Nikola Janceski [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 08, 2002 2:32 PM
> To: Nikola Janceski; 'Yasen Petrov'; [EMAIL PROTECTED]
> Subject: RE: Probably impossible
>
>
> DOH! Didn't see the close before. what exactly happens again?
&
DOH! Didn't see the close before. what exactly happens again?
> -Original Message-
> From: Nikola Janceski [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 08, 2002 2:29 PM
> To: 'Yasen Petrov'; [EMAIL PROTECTED]
> Subject: RE: Probably impossible
>
>
you never closed MAIL.
close MAIL;
> -Original Message-
> From: Yasen Petrov [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 08, 2002 2:29 PM
> To: [EMAIL PROTECTED]
> Subject: Probably impossible
>
>
> Hi all,
> my problem is that I want to send an e-mail every day, but
> when I try