Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Order of Calendars' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Order of Calendars
Authored by: dpb2009 on Oct 10, '06 07:27:53PM

its because they are stored in a hash. perl doesn't store a hash in the order you entered it, but rather in an order it finds useful for retrieving it quickly. you could re-write it with an array, and then it would be in the right order.
-d



[ Reply to This | # ]