The following code does not work quite right because it has a trailing ", ".
$sMainTable[2] .= $PCEs[$case_count]{$_}.", " foreach keys %{$PCEs[$case_count]}; How could I rewrite this, perhaps with a join statement/function, so there is no trailing ","? Thanks, Siegfried -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>