#!/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?
In reply to Who are you, and what did you do to Net::Wake? by girarde
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |