Help for this page

Select Code to Download


  1. or download this
    my $i = 0;
        for my $chems (sort keys %density) {
    ...
            $wtpercentbox[$i] = $frame3->Entry(-bg=>'grey', -width => 5, -
    +textvariable => \$wtPercent[$i], -justify => "center")->grid(-row=>$r
    +ow,-column=>5);   
            $i++;
        }
    
  2. or download this
    sub RATIOCALC
    {
    ...
        }else{
            $statustext = "You need to select weight or volume ratio!"
        };
    
  3. or download this
    #!/usr/bin/env perl -w
    
    ...
            $i++;
        }
    }