in reply to Re: Two keys with the same name in a hash.
in thread Two keys with the same name in a hash.

$var=join "," ,keys %DATABASE;
print "$var\n";
that gave me:
Alexander,Dima,Ofir,Udi,Moti,Dima
  • Comment on Re^2: Two keys with the same name in a hash.

Replies are listed 'Best First'.
Re^3: Two keys with the same name in a hash.
by sashac88 (Beadle) on Feb 09, 2005 at 11:26 UTC
    I've found the problem.
    thanks for the help.
    Since I read the variables from Entry widgets
    It assigns different key in that its' like the previous +
    empty space.