Skip to content

Instantly share code, notes, and snippets.

@marcioferreira
Created May 12, 2015 14:56
Show Gist options
  • Save marcioferreira/4f03b8057819b7e4eec5 to your computer and use it in GitHub Desktop.
Save marcioferreira/4f03b8057819b7e4eec5 to your computer and use it in GitHub Desktop.
for my $fh (qw/origin destiny/){
$rel{$_->{_id}{city}}{$_->{_id}{iata}} = 1 for @{
from_json( do{
local(@ARGV,$/) = "../../data/mongo/$fh.json"; <>
})->{result} };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment