in reply to Re: making a text file to an hash array
in thread making a text file to an hash array
... only that the OP wanted to have a reference to an empty array for missing values, not an empty string; so we would should transfer the array by map { length ? $_ : [] } @arr at the end.
|
|---|