Viewing profile — matt_p
matt_p
HN member- Joined
- Mon, Jan 10, 2011, 1:41 AM UTC
- HN karma
- 83
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About matt_p
No profile information was provided.
Recent public activity
- story
-
comment
Comment #3024848
joke journalism. out.
-
comment
Comment #2099800
it is better than they are now, let alone how they were back then :)
-
comment
Comment #2087090
Why is this difficult to understand? my @foo = qw(1 2 3); $foo[0] = 1; you are referencing an array and returning a scalar. the sigil represents a scalar which is what is returned.…