|
|
| The stupid question is the question not asked | |
| PerlMonks |
Problem with hashesby rattytatty (Initiate) |
| on Feb 09, 2012 at 14:35 UTC ( #952733=perlquestion: print w/ replies, xml ) | Need Help?? |
|
rattytatty has asked for the
wisdom of the Perl Monks concerning the following question:
This code won't work and I don't know why
A line in the file that the hash is made from looks like this: af361872 A1 With af361872 being the key and A1 being the value I'm trying to add the value to the second file in which each line looks like this: 0_0 af457052 The console says this Use of uninitialized value in concatenation (.) or string at final.pl line 29, <FILE> line 29 is "print OUT "$_\t$hash{$word-1}\n";"
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||