in reply to Re^7: Need advice on checking two hashes values and keys
in thread Need advice on checking two hashes values and keys
I see the problem with doing the check within the while loop.
I wanted to only use one hash but I see I need more than one.
ok, let me give it a shot as per your suggestion
totally a different question, I have modify my NEXT test program to include other numbers and I need your expert help with regexp...can you help me construct the regexp? I have a question on a word that maybe or not be in the string and be separated by a comma
for example:
dieci = diez, zehn quattro = quatro sei = seis, sette = siete,sechs
while ($in){ #data manipulation to clean up ='s and ,'s chomp; $_= ~/^\w+\s*=\s*\w+\s*\,\?\w+/ ;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^9: Need advice on checking two hashes values and keys
by aaron_baugher (Curate) on Jun 10, 2015 at 00:37 UTC | |
by AnomalousMonk (Archbishop) on Jun 10, 2015 at 02:21 UTC | |
Re^9: Need advice on checking two hashes values and keys
by Anonymous Monk on Jun 10, 2015 at 23:53 UTC | |
by perlynewby (Scribe) on Jun 11, 2015 at 19:33 UTC | |
by aaron_baugher (Curate) on Jun 11, 2015 at 20:25 UTC |