Parent Directory
|
Revision Log
|
Patch
revision 1.44, Mon Jul 16 20:05:55 2007 UTC | revision 1.45, Mon Nov 5 22:53:03 2007 UTC | |
---|---|---|
# | Line 359 | Line 359 |
359 | my $code = "\$spl->Load${group}Data()"; | my $code = "\$spl->Load${group}Data()"; |
360 | # Load this group. | # Load this group. |
361 | my $stats = eval($code); | my $stats = eval($code); |
362 | if ($@) { | |
363 | Confess("Load group error: $@"); | |
364 | } | |
365 | # Merge the statistics into the master. | # Merge the statistics into the master. |
366 | $totalStats->Accumulate($stats); | $totalStats->Accumulate($stats); |
367 | } | } |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |