sorry I'm sort of a newbie and just started learning perl about 2 weeks ago.
I was wondering if a hash value already exists, can you append data to it?
for example if $hash{'key_one'} = "my value";
Then can I append to it? I tried this code but it gave me a syntax error: $hash{'key_one'} =. "my value 2";