RE: Colorize Table Elements

2003-07-23 Thread Charles K. Clarkson
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: : : foreach my $keyer (@keysarray) { : if ($condorhash{$keyer} eq "FINISHED" ) {delete $condorhash{$keyer}}; : if ($condorhash{$keyer} eq "STARTED") {$condorhash{$keyer} = "font({-color=>'green'}STARTED)"}; : if ($condorhash{$keyer} eq "VACATING"

RE: Colorize Table Elements

2003-07-23 Thread LoBue, Mark
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 1:18 PM > To: [EMAIL PROTECTED] > Subject: Colorize Table Elements > > > I am creating a program that will display different states of > a server by cr

Colorize Table Elements

2003-07-23 Thread bseel
I am creating a program that will display different states of a server by creating a web page that uses the CGI module to display the information, and perl and other modules in the background getting the information from the server. I have created a hash that has the ID and STATUS of certain pr