my $string = $obj->method; # vs. my $string = $obj->method->string; my (undef, $special) = $obj->method; # vs. my $special = $obj->method->special;