2006/05/30 (火) 14:42:43        [qwerty]
sub check{
$t = shift || die;
$time = time;
if($t=~/$time/){print "now is the time to die"}
return;
}