sub StartTable { my $class = shift; my %self = @_; my $color = $self{'Color'}; ... } #### $sm->StartTable( Color => 'Ugly Yellow', Height => 'Too Tall', Width => 'Skinny');