in reply to Keys/Values being lost with this code--any help?
The reason for the "DEBUG" comment is that I like to label my debugging lines so that later, I can grep for them to make sure there's no extraneous testing code left in. That's also why both statements are on one line.my %hash_list = sort(split (/,/, $names)); use Data::Dumper; print Dumper(\%hash_list); # DEBUG
|
|---|