Help for this page
my %regexes = ( zip => { 100 => qr/(\d{4,5})/, 20 => qr/(\d+)/ }, ... name => { 50 => qr/^\s+(\w+)/ }, ... );