| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |
CatalystX::Usul::File::HashMerge - Merge hashes with update flag
0.3.$Revision: 597 $
use CatalystX::Usul::File::HashMerge; $class = q(CatalystX::Usul::File::HashMerge); $updated = $class->merge( $src, $dest_ref, $condition );
Merge the attributes from the source hash ref into destination ref
$class = q(CatalystX::Usul::File::HashMerge); $bool = $class->merge( $src, $dest_ref, $condition );
Only merge the attributes from $src to $dest_ref if the
$condition coderef evaluates to true. Return true if the destination
ref was updated
None
None
None
There are no known incompatibilities in this module
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Peter Flanigan, <Support at RoxSoft.co.uk>
Copyright (c) 2009 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |