sub new { my $value1, $value2 = @_; ... } #### sub new { my $only_value = shift; ... (not the same as above ...) }