Help for this page

Select Code to Download


  1. or download this
    HASH DUMP: 2030000 => 2030000.xml
    HASH DUMP: 2030001 => 2030001.xml
    HASH DUMP: 2030002 => 2030002.xml
    
  2. or download this
        my %hshAgg     = $self->get_hshAgg();
        dumpHash(%hshAgg);
    
  3. or download this
    HASH DUMP: HASH(0x223db34) =>
    
  4. or download this
    sub run {
        my $self        = Myobj->new(@_);
    ...
        my %hshAgg     = $self->get_hshAgg();
        dumpHash(%hshAgg);
    }