1689 shaares
18 private links
18 private links
1 result
tagged
multiple
my ($day, $mon, $year, $hr, $min, $sec) = (0) x 6;
But that's super annoying because it's necessary to count the number of items:
map { ($_) = 0 } my ($day, $mon, $year, $hr, $min, $sec);
Works as well...