Re: Nested Hashes Help

2001-05-04 Thread Timothy Kimball
: 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

2001-05-04 Thread Craig Moynes/Markham/IBM
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 =