Help for this page

Select Code to Download


  1. or download this
    my $result = $decoded_json->{def}[0]{tr}[0]{text};
    
  2. or download this
    my $syn_array = $decoded_json->{def}[0]{tr}[0]{syn};
    for my $rSyn (@$syn_array) {
       print "$rSyn->{text}, $rSyn->{pos}, $rSyn->{gen}\n";
    }
    
  3. or download this
    volta, noun, f
    momento, noun, m
    Time, noun, m