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