Help for this page
if (scalar @args == 1) { ... # treat it as a plain array }
if (ref($date) =~ /^ARRAY$/) { ... # its probably a string .... }