Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

perl generated table - format color

by casperdaghost (Initiate)
on Jul 26, 2011 at 08:31 UTC ( [id://916701]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @stat_array = ("ibfarm102  - localtick", "Boston" , "hibmis100 -  proc
    +HKHD2 - Hongkong", "PidMonRsp", 
    "eufarm102  - localtick", "London", "hibmis100 -  procHKHD2 - Hongkong
    +" , "PidMonReq" , 
    ...
      }
      print MAIL "</tr>\n";
    }
    
  2. or download this
    <tr>
    <td>ibfarm102  - localtick </td>
    ...
    <td> hibmis100 -  procHKHD2 - Hongkong </td>
    <td>OCOMsg2</td>
    </tr>
    
  3. or download this
    print Dumper @stat_array
    $VAR1 = [
    ...
    $VAR3 = ' hibmis100 procHKHD2 Hongkong ';
    $VAR4 = 'PidMonRsp';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-23 21:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found