On Sat, 22 Mar 2003 11:45:35 +0000, Tim Bunce wrote: Hi Colette, Tim
>I'm sure this could be done with much less code. >Any volunteers to try to create a shorter version? >Perhaps using selectall_hashref(). See below. >Tim. >On Fri, Mar 21, 2003 at 04:39:13PM -0800, Colette Lamm wrote: >>I have successfully created code that generates a popup_menu with CPAN is your friend. See DBIx::HTML::PopupRadio which produces popup-menus and radio groups directly from a db table. The distro includes a command line demo which loads a db table, and a CGI demo which displays a popup. It is available immediately from CPAN (*.tgz), and from my web site (*.tgz, PPM-style), although due to a quirk in the PAUSE (Perl Authors Upload Server) indexer [1] it is not currently included in certain CPAN lists and indexes :-((. I'm rebuilding more than a dozen modules today to rectify this problem, using Module::MakeDist. Not happy. [1] The indexer looks for a sub-dir in your distro called blib/, and if it finds such a sub-dir it assumes the distro is a binary one, and so does not index it. That's why I had to rewrite parts of Module::MakeDist, to not create and ship a blib/. -- Cheers Ron Savage, [EMAIL PROTECTED] on 23/03/2003 http://savage.net.au/index.html
