Search results

  1. R

    Perl: Can you place an array inside of a hash?

    I'm trying to create a structure consisting of arrays with 12 elements each inside of a hash with $array[0] . ";" . $array[2] being the key. I'm getting "14" printed when I call print $hash[$key];
  2. R

    Perl: Can you place an array inside of a hash?

    I'm trying to create a structure consisting of arrays with 12 elements each inside of a hash with $array[0] . ";" . $array[2] being the key. I'm getting "14" printed when I call print $hash[$key];
  3. R

    Perl: Can you place an array inside of a hash?

    I'm trying to create a structure consisting of arrays with 12 elements each inside of a hash with $array[0] . ";" . $array[2] being the key. I'm getting "14" printed when I call print $hash[$key];
Back
Top