Help for this page

Select Code to Download


  1. or download this
    $options = scalar(@_) == 1 ? $_[0] : { @_ };
    
  2. or download this
    $options = { scalar(@_) == 1 ? %{$_[0]} : @_ };