Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    Now powering on SERVER1:          [DONE]
    Now powering on SERVER2:               [DONE]
    Now powering on SERVER3:               [DONE]
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print "Now powering on $system:";
        print "\t\t".colored("[DONE]", 'bold red')."\n";
    }