Help for this page

Select Code to Download


  1. or download this
    print map { "Key: $_ has Value:$self->{$_}\n" } keys %$self;
    #                                   ~~               ~
    
  2. or download this
    use Data::Dumper;
    ...
    print Dumper($self);