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.
-thabenkstamy $name = 'Ben Kittrell'; $name=~s/^(.+)\s(.).+$/\L$1$2/g; my $nick = 'tha' . $name . 'sta';
|
|---|