in reply to Re^4: Need help from the esteemed monks on scoping/hashes
in thread Need help from the esteemed monks on scoping/hashes
to preserve previous mappings.my ( $key, $value ) = split; $mapping{ $key } = $value if defined( $key ) and defined( $value );
|
|---|