in reply to Re: Load a single column file into a hash
in thread Load a single column file into a hash

thanks a lot However i would love to know why was in $hash{line} = 1.....{line} used
  • Comment on Re^2: Load a single column file into a hash

Replies are listed 'Best First'.
Re^3: Load a single column file into a hash
by LanX (Saint) on Feb 05, 2018 at 15:19 UTC
Re^3: Load a single column file into a hash
by Laurent_R (Canon) on Feb 05, 2018 at 15:21 UTC
    Yeah, it's a typo, sorry and thanks. I should obviously be $hash{$line}. I fixed it in my original post.