Help for this page
my @db = get_all_records(); my $count = 1; ... print "Record #$count: $item\n"; $count++; }