use strict; use warnings; use Time::Piece; use CGI qw(popup_menu); my $time = localtime; my @month = $time->mon_list; print popup_menu( -name => 'month', -values => [0..11], -default => $time->_mon, -labels => { map {($_ => $month[$_])} 0..11 }, );
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
In reply to 2Re: Using CGI.pm
by jeffa
in thread Using CGI.pm
by Deanimal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |