Yam國農曆轉換
#!/usr/bin/perl use CGI; $q = new CGI; print "Content-type: text/html\n\n"; #print $q -> start_html('國農民曆查詢'); # get parameters $queried = $q -> param('queried'); $year = $q -> param('year'); $month = $q -> param('month'); $day = $q -> param('day'...