Help for this page

Select Code to Download


  1. or download this
    if ($totalmass != 0){@wtPercent = map{$_ / $totalmass}@wtPureAmt}else{
    +$statustext = "You need to give me numbers!"};
    
  2. or download this
    if ($totalmass != 0){ 
        foreach (0 .. $#wtPercent) {
    ...
    } else {
        $statustext = "You need to give me numbers!"
    };