>[EMAIL PROTECTED] wrote:
>>
>> This may be a stupid question, or possibly one not even dealing with
perl.
>> But can anyone point me to a way to make a UDP broadcast server?
>>
>> I mean a true broadcast, or a "one to many" transmission. Is there a
>> special flag to pass to IO::Socket to make
-start-
> [EMAIL PROTECTED]
>at08/01/2001 04:15 PM
>This may be a stupid question, or possibly one not even dealing with
perl.
>But can anyone point me to a way to make a UDP broadcast server?
>I mean a true broadcast, or a "one to many" transmission. Is there a
>special flag to pass to
[EMAIL PROTECTED] wrote:
>
> This may be a stupid question, or possibly one not even dealing with perl.
> But can anyone point me to a way to make a UDP broadcast server?
>
> I mean a true broadcast, or a "one to many" transmission. Is there a
> special flag to pass to IO::Socket to make packet
This may be a stupid question, or possibly one not even dealing with perl.
But can anyone point me to a way to make a UDP broadcast server?
I mean a true broadcast, or a "one to many" transmission. Is there a
special flag to pass to IO::Socket to make packets replicate across the
network? I've