You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$oh->splice( 1, 0, @pairs ); #add after first entry
Splice is tricky when there is a replacment list and the list includes keys
already in the hash. Removing them throws off the offset/length. Possibly
splicing keys already in the hash just has to be an error.
The text was updated successfully, but these errors were encountered:
Splice is tricky when there is a replacment list and the list includes keys
already in the hash. Removing them throws off the offset/length. Possibly
splicing keys already in the hash just has to be an error.
The text was updated successfully, but these errors were encountered: