Help for this page
use strict; use warnings; use Data::Dumper; ... print "Excecuting code ref through data..."; $stuff_ref->{subroutine}->();
Same hash, two ways to access: hai eq hai Original hash: { 'somekey' => 'someval', ... } } Excecuting code ref through data...OHAI!