Help for this page

Select Code to Download


  1. or download this
    use Object::MultiType;
    
    ...
    print %{$obj} ? 'hash' : 'empty hash', "\n";
    __END__
    empty hash