Viewing profile — fgasper
fgasper
HN member- Joined
- Thu, Jun 25, 2020, 12:02 AM UTC
- HN karma
- 14
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About fgasper
No profile information was provided.
Recent public activity
-
comment
Comment #23635307
> Here's a fun exercise, write a dictionary of arrays. Umm … ok: my %dict = ( foo => [ 1, 2, 3 ], bar => [ 4, 5, 6 ], ); > Now write a dictionary of 2d arrays. my %dict2d = ( foo =…