Help for this page

Select Code to Download


  1. or download this
    
    # Loop over a series of keys
    ...
    
    }
    
  2. or download this
    
    foreach $key (@keys) {
    ...
        push(@entries, $columns_ref);
    }