Help for this page
my ($x, $z) = (split(",",'7,8,9'))[0,2];
my ($day, $month, $year) = (localtime())[3,4,5];
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(); (undef,undef,undef,$mday,$mon,$year) = localtime();