simple is better than complex
perl:
@$values[$count]->{$key} = $value;
python
values[count][key] = value
solo eso..
Hi, I'm Mariano Guerra, below is my blog, if you want to learn more about me and what I do check a summary here: marianoguerra.github.io or find me on twitter @warianoguerra or Mastodon @marianoguerra@hachyderm.io
perl:
@$values[$count]->{$key} = $value;
python
values[count][key] = value
solo eso..