[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]
In article <[email protected]>, Perl Authors Upload Server <[email protected]> wrote: > The following module was proposed for inclusion in the Module List: > > modid: CGI::Info > DSLIP: cdpOg > description: Fetch information from the CGI System > userid: NHORNE (Nigel Horne) > chapterid: 15 (World_Wide_Web_HTML_HTTP_CGI) > communities: > Mailinglists > > similar: > > rationale: > > This module is a holding place that a script can use to find out > information about itself, such as it's name, to avoid hard-coding > information into the application. Do you know that's the SCRIPT_NAME environment variable? Most of the good CGI modules already have interfaces to this sort of thing. Not that I want to discourage your module, but if you can save yourself the hassle of a new module you have time for other things. :)
