Live data from Hacker News

Viewing profile — matt_p

matt_p

HN member
Joined
Mon, Jan 10, 2011, 1:41 AM UTC
HN karma
83
Public activity
4 items

About matt_p

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #3024848

    joke journalism. out.

  3. comment
    Comment #2099800

    it is better than they are now, let alone how they were back then :)

  4. 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.…