Hi Reginald! On Sunday 17 Jan 2010 21:42:21 Johnson, Reginald (GTS) wrote: > I am trying to place the date of each day of the week for each month > that has 5 weeks into a hash. For instance my hash key 'Monday' would > point to an array that has all the dates where Monday is in the fifth > week of the month. > I've got that part going. My problem is I am having a problem accessing > the hash. Data dumper shows me the data is there, but when I try to > access I am doing something wrong. >
1. Your code is poorly formatted and indented. 2. Please use a date module such as http://search.cpan.org/dist/DateTime/ . Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Rethinking CPAN - http://shlom.in/rethinking-cpan Deletionists delete Wikipedia articles that they consider lame. Chuck Norris deletes deletionists whom he considers lame. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
