Hi Feherke.
Exactly so, bu i need to create this Hash from Data.
For example i Read this file in my script, and create Hash from .
I have a trouble with create Uniq hash .
open(FILE, "data.csv") || die("Could not open file!");
my %x = ();
while (<FILE>) {
next if $_ =~ m/^(\s)*$/; # skip...