in reply to How to create an anonymous array for lines in a file and store a reference to that array in the hash
%Hash_filenames = map { chomp; local @ARGV = ($_); ($_ => [<>]) } @plf_files; [download]