> use Socket;
> my $serverip = "194.109.69.91";
> my $serverport = 27960;
> my $getstatus = "\xFF\xFF\xFF\xFFgetstatus"; //THIS IS THE
> LINE I'M HAVING PROBLEMS WITH IN LINUX BEING SENT
>
> $ipaddr = sockaddr_in($serverport, inet_aton($serverip));
> $protocol = getprotobyname("udp");
>
> socke
Sorry, not RHL-5.8.0, perl-5.8.0 is the culprit!
-Original Message-
From: TN [mailto:[EMAIL PROTECTED]
Sent: Monday, October 06, 2003 9:11 AM
To: 'fark'; [EMAIL PROTECTED]
Subject: RE: odd perl & linux socket query problem.
What version of Linux are you running? S
lto:[EMAIL PROTECTED]
Sent: Monday, October 06, 2003 8:54 AM
To: [EMAIL PROTECTED]
Subject: odd perl & linux socket query problem.
Hiya, not really sure if this should be in beginners or not, but I am a
beginner :).
I'm trying to write a script (or currently using some other stuff to
test
Hiya, not really sure if this should be in beginners or not, but I am a beginner :).
I'm trying to write a script (or currently using some other stuff to test) to send a
network query out, querying game servers
#!/usr/bin/perl -w
use Socket;
my $serverip = "194.109.69.91";
my $serverport =