GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Hash::Merge::Extra(3) User Contributed Perl Documentation Hash::Merge::Extra(3)

Hash::Merge::Extra - Collection of extra behaviors for Hash::Merge

Version 0.06

    use Hash::Merge qw(merge);
    use Hash::Merge::Extra;
    Hash::Merge::set_behavior('R_OVERRIDE');
    $result = merge($left, $right);

Nothing is exported.

All behaviors registered in Hash::Merge if used as

    use Hash::Merge::Extra;

Nothing registered if passed empty list:

    use Hash::Merge::Extra qw();

Only specified behaviors registered if list defined:

    use Hash::Merge::Extra qw(L_OVERRIDE R_REPLACE);

Hashes merged, arrays joined, undefined scalars overrided. Left and right precedence.
Hashes merged, arrays and scalars overrided. Left and right precedence.
Nothing merged. One thing simply replaced by another. Left and right precedence.

Michael Samoglyadov, "<mixas at cpan.org>"

Please report any bugs or feature requests to <https://github.com/mr-mixas/Hash-Merge-Extra.pm/issues>

Hash::Merge

Copyright 2017,2018 Michael Samoglyadov.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See <http://dev.perl.org/licenses/> for more information.

2018-01-02 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.