Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
Perl Monk, Perl Meditation
 
PerlMonks  

Question about oddities when printing a tab

by walkingthecow (Pilgrim)
on Jan 04, 2013 at 05:26 UTC ( #1011552=perlquestion: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @systems=qw(SERVER1 SERVER2 SERVER3);
    foreach my $system (@systems) {
        print "Now powering on $system:";
        print colored("\t\t[DONE]\n", 'bold green');
    }
    
  2. or download this
    Now powering on SERVER1:          [DONE]
    Now powering on SERVER2:               [DONE]
    Now powering on SERVER3:               [DONE]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: perlquestion [id://1011552]
Approved by LanX
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2013-06-19 05:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    How many continents have you visited?









    Results (642 votes), past polls