- Oct 17, 2001
- 1,027
- 0
- 0
If I have a variable stored in $var can I create a hash by referencing $var: $var{$_}++;
$var will constantly be changing and thus I want to have multiple hashes for every name that gets stored in $var.
If multiple hashes aren't possible, what about arrays?
Does anyone know or is this too technical on a Sat night?
Thanks
$var will constantly be changing and thus I want to have multiple hashes for every name that gets stored in $var.
If multiple hashes aren't possible, what about arrays?
Does anyone know or is this too technical on a Sat night?
Thanks
