Help for this page

Select Code to Download


  1. or download this
    use JSON;
    
    ...
    my @meta_tag_ids = map {
        $_->{id}
    } @{ $data->{meta_tags} };
    
  2. or download this
    use JSON;
    
    ...
            push @interesting_meta_tag_ids, $metatag->{id};
        }
    }