Hi! I am trying to put a breadcrumbs navigation line on an Embperl web site. Something like this: 'Home / Publications / Papers / UNIX', with a link behind every word but the last one, which describes the current page.
The idea was to have a Perl function in every page which returns the short title for this page. Everything else should work automatically. Finding the list of parents should work like this: /pub/papers/unix.html -> parent is /pub/papers/index.html /pub/papers/index.html -> parent is /pub/index.html /pub/index.html -> parent is /index.html i.e. if the filename is index.html look for index.html in the parent directory, if it is not, look for index.html in the current directory. Jochen -- Jochen Topf [EMAIL PROTECTED] http://www.remote.org/jochen/ +49-721-388298 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]