I am using tk::progressbar and there's no compilation errors but the color of progressbar is not changed.
Here's example
@colors = (0,'green');
$progress = $mw->ProgressBar(
-width => 20,
-length => 200,
-colors => \@colors,
-variable => \$progress,
)->pack();
if ($x<10)...