works, because the + tells perl that the () are a list and
not enclosing the parameters for the print function. Otherwise
perl would understand something like
Doesn't work, because you seem to want the scalar value of
an array (it's size), but you're specifying a list. That's
a difference you should read up on. SuperSearch should give
enough info though ;)