in reply to Re^2: can't use certain hashnames when traversing a slightly complex hash
in thread can't use certain hashnames when traversing a slightly complex hash

I'm always interested in the first entry of the files sub-hash.

Hmmm...     Again, and just for the record, the  'files' sub-hash (or any hash) can be said to have a 'first' element if and only if it has exactly one element. The only true ordering in a hash (or associative array) is the association between key/value pairs.

  • Comment on Re^3: can't use certain hashnames when traversing a slightly complex hash
  • Download Code

Replies are listed 'Best First'.
Re^4: can't use certain hashnames when traversing a slightly complex hash
by gideondsouza (Pilgrim) on Jan 07, 2013 at 05:49 UTC

    Ohh ..I understand what you mean now!!!

    Seems github doesn't mentioned specifically whether or files will contain one or more entries. I've emailed them to find out....