Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a hash consisting of filenames & there creation time that I am posting to html as follows:
Two issues arise upon implementation:$q->checkbox_group(-name=>'dates', -values=>[ keys %labels ], -labels=> \%labels
1) The dates are not sorted. Is there any way to sort the keys %labels as well as the \%labels?
2) It would be much nicer appllication wise if all the dates that are on a monday are under a monday column, tuesdays under a tuesday column, etc. The problem is that they all need to be in the same checkbox_group. Can this be done?
thank you for your time monks!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: date & file hash
by dragonchild (Archbishop) on Sep 05, 2003 at 16:53 UTC | |
|
Re: date & file hash
by hardburn (Abbot) on Sep 05, 2003 at 16:52 UTC | |
|
Re: date & file hash
by shenme (Priest) on Sep 05, 2003 at 17:04 UTC | |
by Anonymous Monk on Sep 05, 2003 at 17:49 UTC | |
by shenme (Priest) on Sep 05, 2003 at 19:40 UTC | |
by Anonymous Monk on Sep 05, 2003 at 19:44 UTC | |
by shenme (Priest) on Sep 05, 2003 at 19:53 UTC |