Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Question about oddities when printing a tab

by walkingthecow (Friar)
on Jan 04, 2013 at 05:26 UTC ( [id://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
Domain Nodelet?
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?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-25 12:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found