![]() |
|
No such thing as a small change | |
PerlMonks |
Mystery character in hash key nameby fiddler42 (Beadle) |
on Sep 08, 2009 at 19:11 UTC ( #794202=perlquestion: print w/replies, xml ) | Need Help?? |
fiddler42 has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I am building a couple of different hash tables like so (notice the 4 separate variables in the key name, starting with $F):-
I am able to do everything I need to do with the hash tables, like find matching keys, process results, etc. But I running into a problem as I wrap up my routine: when I print the key names, I see this:-
...and I cannot work around the <fs> characters, and it is important that I retrieve those 4 original variable values (all integers). Any suggestions? The code below reveals what I am trying to do. Notice the split line that references <fs>, which does NOT work... Thanks, -Fiddler42
Back to
Seekers of Perl Wisdom
|
|