Help for this page

Select Code to Download


  1. or download this
    foreach my $itemcode (keys %inventory) {
      my $quantity = $inventory{$itemcode}[2];
      print "<$quantity>\n";  # to replace if block
    }