in reply to Re: Something like Tomcat for Perl
in thread Something like Tomcat for Perl
I actually use HTML::Mason to do exactly what you are talking about. I use this call...
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.#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;
Kristofer Hoch
Si vos can lego is, vos es super erudio
|
|---|