in reply to Re: Removing digits until you see | in a stringin thread Removing digits until you see | in a string
($index = $str) =~ s/\|.*//; $data_hash{$index} = $str; [download]