Help for this page
#!/usr/bin/perl -w use strict; ... @{$x{'hcon'}} = sort @{$x{'hcon'}}; print Dumper \%x;