Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: H100
  • Order by date
  1. H100

    What Kind Of Array Is This?

    KevinADC said: "the code you posted is not any kind of perl code" Kevin, thank you so much for your quick reply. Believe me, that possibility actually crossed my mind... scary... Unless there is some kind of Perl extension out there that allows for this weird type of array notation, I'm...
  2. H100

    What Kind Of Array Is This?

    N00b question, sorry... I'm porting some Perl code to Java, and I came across code like this: $d['A3'] = 63.6; $d['B1'] = 34.6; $d['C4'] = 7.2; $d['B'] = 49.2; My first assumption was that this is something like a hashtable or associative array, where the value (for instance) of...

Part and Inventory Search

Back
Top