|
From: Terrence B. <ba...@me...> - 2005-09-09 12:25:14
|
From Aristotle's CGIP::PathInfo, we have this:
sub prototype_enter {
my $self = shift;
$self->SUPER::prototype_enter();
my ( $resource, $id ) = $self->parse_path( $self->CGI->path_info() );
$self->reflect->addSlot( resource_type => $resource, resource_id => $id );
}
Thing is, can't a path have more than just 2 components? There is no
reason it can't have much more is there?
--
Carter's Compass: I know I'm on the right track when,
by deleting something, I'm adding functionality.
|