print scalar qw( foo bar baz ),$/; print scalar @{[qw( foo bar baz )]}, $/; __output__ baz 3 #### print scalar +(undef,@INC),$/; __output__ 10