- or download this
[root@old]# perl pc --ip=dsfa --device dsfasdf on
Use of uninitialized value $Power::Control::data in concatenation (.)
+or string at Power/Control.pm line 63.
...
The ip address is dsfa
This is the command on
- or download this
#! /usr/bin/perl
...
# ---- EXECUTION ----
Power::Control->run(); # Launch command
- or download this
package Power::Control;
use base qw( CLI::Framework );
...
print "\n This is the command on\n";
}
1;