>Giving this matter of my new module further thought, I realize that
>perhaps my requested choice of HTML::Application isn't really the way to
>go, so I request that specific registration be cancelled.
>
>Rather, I need a new name for this module that is more appropriate, and I
>request comments in that regard. What I really need is a name that
>describes my module's strengths such that someone would choose it over
>other modules. The old name wasn't very descriptive of its uniqueness,
>but only implied that it was for applications.
>
>Some new options I thought of were:
> - CGI::Reusable
> - CGI::PlugIn
> - CGI::PlugInInterface
> - CGI::PlugInScreen
> - CGI::DataDriven
> - CGI::Portable
> - CGI::PortableApp
> - CGI::PortableInterface
> - CGI::AppState
> - CGI::RapidAppDevel
> - CGI::Hierarchy
> - CGI::HierarScreen
> - CGI::MultiScreen
> - CGI::Componentized
> - CGI::ComplexApp
> - CGI::Framework
> - ... your ideas here ...
CGI::Portable is an excellent choice I think. Everyone who has any
experience developing with perl on an enterprise level has been waiting a
long time for something which helps serve as a layer between their perl
scripts and their platform (unless they've already made their own). Perl
should be more polymorphic in the way it handles pathnames and operating
system calls. Python does much better, but if someone could help us all out
by creating an emulation environment for scripts to run in -- such as the
functionality you describe in your RFC, we could create an OS object, or an
ENV object first and feed it a CGI object reference as one of the parameters
to its constructor, using the ENV object to receive all method calls for the
CGI class and polymorphically act as the go between for the CGI object and
the operating system your scripts are running on. Kudos Darren. Very
insightful. Should have been done long ago imho.
- Tommy Butler
Atrixnet Web Development º ° º Tomorrow is Now.
web http://Atrixnet.com
email mailto:[EMAIL PROTECTED]
tel 8 1 7 . 4 6 8 . 7 7 1 6
fax 8 0 0 . 3 0 7 . 8 1 0 5
6711 Forest Park Drive º ° º Arlington, TX 76001
_____________________________________________________