Help for this page
keys are strings never arrays
#!/usr/bin/perl -w use strict; ... print join(" ",@{$hash{'number'}{$j}})."\n"; } }