Quoting Johan Vromans on 2000 Dec 30:
>I would propose to split the functionality. For example,
>Data::MultiValuedHash that handles the hash with multiple values, and
>CGI::MultiValuedHash, which derives from Data::MultiValuedHash, that
>adds the url encoding and other CGI specifics.
Thanks a lot
On Sat, 30 Dec 2000, Johan Vromans wrote:
> Have you considered CGI::Application::MailURL instead of MailPage? If
> I understand correctly, it does not necessarily send a page, but it
> sends a URL, either as a link, as HTML, or as text.
I think MailPage is more accurate - the module requires th
[Quoting Darren Duncan, on December 29 2000, 22:07, in "[RFC] need name for "]
> CGI::HashOfArrays - Perl module that implements a hash whose keys can
> have either single or multiple values, and which can process
> url-encoded data.
I would propose to split the functionality. For example,
Data
[Quoting Sam Tregar, on December 30 2000, 00:03, in "CGI::Application::Ma"]
> It's a CGI::Application module that allows people to mail HTML pages to
> their friends. I'd like to call it CGI::Application::MailPage.
Have you considered CGI::Application::MailURL instead of MailPage? If
I understan