- or download this
our(@ratio, @ratiobox, @concentration, @wtPercent, @density, %chemname
+);
my (@concentrationbox, @densitybox, @wtpercentbox);
- or download this
our(@ratio, @ratiobox, @concentration, @wtPercent, @density, %chemname
+, @wtpercentbox);
my (@concentrationbox, @densitybox);
- or download this
map{$_->configure(-textvariable=>\$wtPercent[2])}@wtpercentbox;
- or download this
map{$_->delete(0,'end')}@wtpercentbox;
for my $i (0..$#wtpercentbox) {
$wtpercentbox[$i]->insert('end',$wtPercent[$i]);
}