{"body":"method get-height(:$species, :$form) {\n    my $query = dbh.prepare(qq:to/STATEMENT/);\n           SELECT height FROM pokeapi_pokedex WHERE species = ?;\n        STATEMENT\n\n    $query.execute($species);\n\n    my %heights = from-json($query.row);\n    my %height = self.values-or-defaults(%heights, $form);\n\n    my $height = %height<$form>;\n    return $height;\n}","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/xhVsoW2A","modified":1555681215,"id":"xhVsoW2A","size":356,"lines":13,"own_paste":false,"theme":"","date":1555681215}