print "\nThere are @{$two} items in Two."; #### my $count = scalar @{$two}; print "\nThere are $count items in Two.";