Help for this page

Select Code to Download


  1. or download this
    $hashlist{$salesman}{$custnum}[6]
    
  2. or download this
    $hashlist{$salesman}{$custnum}{open_orders}
    
  3. or download this
    use constant OPEN_ORDERS => 6; # at top of code
    
    $hashlist{$salesman}{$custnum}[OPEN_ORDERS]