Help for this page

Select Code to Download


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