Help for this page
#!/usr/bin/perl use strict; ... print "Ch: $i '$book{chapter}[$i]{name}' ($book{chapter}[$i]{page} +)\n"; $i++ }
ABC - an adventure Ch: 1 'Testing Times' (2) Ch: 2 'Importing Hash' (99)