Help for this page

Select Code to Download


  1. 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
    
  2. or download this
        #! /usr/bin/perl
        
    ...
        
        # ---- EXECUTION ----
        Power::Control->run(); # Launch command
    
  3. or download this
        package Power::Control;
        use base qw( CLI::Framework );
    ...
            print "\n This is the command on\n";
        }
        1;