Help for this page

Select Code to Download


  1. or download this
    # --------------------------------------------------------------------
    +----------
    #    OBJECT CREATION
    ...
        my( $self, $attribute, $value ) = @_;
        $self->{$attribute} = $value;
    }
    
  2. or download this
    sub set_stock
    {
    ...
            $supp->{$reference} = $stockLevel; 
        }
    }