Help for this page

Select Code to Download


  1. or download this
    sub some_key { keys %{$_[0]} ? scalar each %{$_[0]} : undef }
    
  2. or download this
    sub some_key { keys %{$_[0]}; scalar each %{$_[0]} }