Re: Nested Hashes Help
: Now the only way I have figured out how to access it is with this ugly : string: : print "${%{$self{DF_SPEC}}}{'a'}\n"; Try print "$self->{DF_SPEC}{a}\n"; -- tdk
Nested Hashes Help
Continuing on with my earlier Date formatting program I have run into an 'ugly' issue. I have created a Date formatting hash table like so: ( this is the shortened version) $self->{DF_SPEC} = { a => '(Mon|Tue|Wed|Thu|Fri|Sat|Sun)', A =