DAIC 当前离线
中将
use Date::Calc qw( Today Day_of_Week ); ($year,$month,$day) = Today(); $week = int(($day + Day_of_Week($year,$month,1) - 2) / 7) + 1; print "$week\n";复制代码
perl -e "print '=' x 3"复制代码