$index = 'connection1_size1'; $$hashRecordPtr{$index}; #### $index = "connection1_size$count"; $$hashRecordPtr{$index}; #### $$hashRecordPtr{"connection1_size$count"};
## $index = "connection1_size$count"; $$hashRecordPtr{$index}; ##
## $$hashRecordPtr{"connection1_size$count"};