- or download this
$Hash_filenames{$plf}=@file_lines;
- or download this
$Hash_filenames{ $plf } = \@file_lines;
- or download this
$Hash_filematches{$filename}= grep( /\/\Q$file_name\E#/i, $Hash_filen
+ames{$plf} );
- or download this
@{ $Hash_filematches{ $filename } } = grep /\Q/$file_name\E#/i, @{ $Ha
+sh_filenames{ $plf } };