Help for this page
# -------------------------------------------------------------------- +---------- # OBJECT CREATION ... my( $self, $attribute, $value ) = @_; $self->{$attribute} = $value; }
sub set_stock { ... $supp->{$reference} = $stockLevel; } }