Help for this page

Select Code to Download


  1. or download this
    ...
        undef (@h_item_selector);
    ...
        my $g_freeSelectorIndex = 10000000
        $#idsMap = $g_freeSelectorIndex;      ### pre-allocate to final si
    +ze
    ...
    
  2. or download this
     
    for(my $i = 1; $i < 50; $i++) {    
        my $start = "aaa";
    ...
        }
        $h_item_selector[$i] = \%hash;     ### then assign a reference
    }