Help for this page

Select Code to Download


  1. or download this
    my $aref = [{DB => 'Alpha',
                 SOURCE => 'here'},
    ...
                 SOURCE => 'there'},
                {DB => 'Gamma',
                 SOURCE => 'someplace'}];
    
  2. or download this
    my @list = @$aref[0..2]->{DB};