Language Basics Perl

$v1 = 0;
@a1 = $v1 && 1 .. 10;
print join (" ", @a1);