Help for this page

Select Code to Download


  1. or download this
    %$self->{simple_hash}
    
  2. or download this
     $self->%{simple_hash}
    
  3. or download this
    use strict;
    use warnings;
    ...
    };
    my $test_object = toy_module->new({simple_hash=>$little_test_hashref, 
    +simple_test_scalar=>5});
    $test_object->show_simple_hash;