in reply to Something like Tomcat for Perl

I might be interested in Mason. You can create the following structure:

/my/super/dir/somefile.mhtml /my/super/dir/autohandler /my/super/autohandler /my/autohandler /autohandler

If someone, say requests /my/super/dir/somefile.blah you can take care of it in /my/super/dir/autohandler. You can even forward the request to the handlers in other directories.

As to sessions - it does them too :)

Leonid Mamtchenkov aka TVSET

Replies are listed 'Best First'.
Re: Re: Something like Tomcat for Perl
by krisahoch (Deacon) on May 18, 2003 at 18:40 UTC
    TVSET,

    I actually use HTML::Mason to do exactly what you are talking about. I use this call...

    #Get the current component's session information my $current = $m->current_comp(); #Get the current directory relative the the web server's #root directory. my $directory = $current->dir_path;
    I then use that information for other purposes. HTML::Mason looks and feels extremely similar to both JSP and ASP. Give it a try Mason's HomePage.


    Kristofer Hoch

    Si vos can lego is, vos es super erudio