|
Majordomo-Users (March 1995) |
Jason Jones writes:
> Speaking of endless loops, am I the only one that is getting these same
> set of messages over and over and over again? *grin*
>
> -Jason
open (MAIL, "|Mail majordomo-users@greatcircle.com") || die "can't participate: $!\n";
while (<MAJORDOMO_USERS>) {
print MAIL, "Yes, you are :-)\n";
}
Dave
References:
|