if( UNIVERSAL::isa( $hash{$key}, "ARRAY" ) ) { dosomething( @{ $hash{$key} } ); } else { dosomething( $hash{$key} ); }