or download this
opendir ( SSPR , "/apps/inst1/metrica/TechnologyPacks/ON-SITE/summarys
+pr/") or die "$!";
while ( defined ( $file_name = readdir(SSPR) ) ) {
...
@{$sspr_hash{$file_name}} = <FH>;
map { $_ =~ s/[\n\r]//g } @{$sspr_hash{$file_name}};
}