http://qs321.pair.com?node_id=628981

artist has asked for the wisdom of the Perl Monks concerning the following question:

Hi
I am trying to figure out patterns of URLs on a given site with Parse::RecDescent. How I would go about it? Is there any work done on this? I am familiar with Parse::RecDescent. My question is from the design perspective. Should I use any URL clues that can help me to identify different chunks such as Date, extension, categories? My ultimate purpose is to get the new URLs and put in one of the identified patterns and categorize appropriately.
--Artist