my @x = (); my @y = (99); print "x count is $#x, y count is $#y\n"; #### x count is -1, y count is 0