- or download this
sub open {
my $browse = $t->getOpenFile(-title => "Browse For A File!");
...
}
}
}
- or download this
use Term::ANSIColor;
$red = color('red'); # Retrieve color codes
$bold = color('bold');
$wid->insert('end', "$red red text $bold with bold\n");
- or download this
$wid->insert("end", $red $_);