From: A. P. <pag...@gm...> - 2005-09-09 15:31:30
|
* Terrence Brannon <ba...@me...> [2005-09-09 14:30]: > Thing is, can't a path have more than just 2 components? There > is no reason it can't have much more is there? Sure. You can include `'thread/post'` in your valid pages and invoke `forum.cgi/thread/post/283188/43`, in which case the object Forum::thread::post will be loaded with `resource_id` being `'283188/43'`. What’s your question? Regards, -- #Aristotle *AUTOLOAD=*_=sub{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}; &Just->another->Perl->hacker; |