Subject: | total noob |
Date: | Tue, 17 May 2011 11:53:26 -0400 |
To: | <bug-Net-PJLink [...] rt.cpan.org> |
From: | "Herb,Thomas Lamar,III" <yert [...] ufl.edu> |
First thanks for doing this. It will hopefully make my job a lot easier
and my bosses happy. My code is
use Net::PJLink;
use warnings;
my $prj = Net::PJLink->new(
host => [ '192.168.150.2'],
keep_alive => 1,
);
$prj->set_power(0); # turn off
The code works. But I am getting a warning "Your vendor has not defined
Socket macro MSG_DONTWAIT, used at C:/Perl/lib/Net/PJLink.pm line 520"
Tom Herb