in reply to Dynamic Webpage Dispatch with CGI::Application(keywd: Web Software Engr)

I love the "run-mode" architecture and have been using it for a long time.

FuseBox is a similar specification that has been implemented with ColdFusion, ASP and PHP, but not Perl, yet.

-thabenksta
my $name = 'Ben Kittrell'; $name=~s/^(.+)\s(.).+$/\L$1$2/g; my $nick = 'tha' . $name . 'sta';
  • Comment on Re: Dynamic Webpage Dispatch with CGI::Application(keywd: Web Software Engr)
  • Download Code