Help for this page
$options = scalar(@_) == 1 ? $_[0] : { @_ };
$options = { scalar(@_) == 1 ? %{$_[0]} : @_ };