[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"
> -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
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