Skip to main content

simple is better than complex

perl:

@$values[$count]->{$key} = $value;

python

values[count][key] = value


solo eso..

Comments

Comments powered by Disqus