Help for this page

Select Code to Download


  1. or download this
    [ 
      { 
    ...
        'item_qux'    => 202
      }
    ]
    
  2. or download this
    {
      '28' => {
    ...
                'item_bar' => 7
              }
    };
    
  3. or download this
    sub set_stock
    {
    ...
        my $reference = $line->reference;
        $supp->{ $supplierNumber }{ $reference } = $stockLevel;
    }