in reply to Re^5: Return a Reference or Array?
in thread Return a Reference or Array?

Are there any more (and if so which) differences between calling &foo(@args) and foo(@args) (assuming @args to non-empty).

Only one: &foo(@args) has one useless character.