Skip to content

Instantly share code, notes, and snippets.

@mrkurt
Created December 17, 2008 01:27
Show Gist options
  • Save mrkurt/36905 to your computer and use it in GitHub Desktop.
Save mrkurt/36905 to your computer and use it in GitHub Desktop.
my @cats = @{$entry->categories};
my @aggs = grep {
my $type = get_meta($_)->{aggregate_category};
$type && $type == "Children";
} @cats;
my %meta = map {$_->id => get_meta($_)} @cats;
my %idx = map {$_->id => $_} @cats;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment