Help for this page
my @temp = (2,3,4); $selects[0] = [@temp];
$refdates = $selects[0]; @workdts = @$refdates;
@workdts = @$selects[0];