girarde has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use warnings; use strict; use Net::Wake qw(by_udp); my $reveille; $reveille = Net::Wake::by_udp('255.255.255.255','ma:ca:dd:re:ss'); print $reveille; sleep 120; exit;
and it dies thusly:
Undefined subroutine &Net::Wake::by_udp called at /home/username/bin/wakehost line 11.
Ideas?
|
|---|