http://qs321.pair.com?node_id=11121011


in reply to Re: My problems to understand the Perl documentation [updated]
in thread My problems to understand the Perl documentation

Thank you jo37 for your work!
This is not true, it gives (99).

Sorry, I had an error in my test script. Now I also get 99.

Your example made me understand that a prototype also defines the context (scalar/list) for the evaluation of the arguments.

My point is that the function split is not fully described in the Perl documentation

My conclusion from this is that split is a Perl sub, without prototype.

I have however realized that:

Somewhere in split this differences from a normal Perl sub should be included. As split behaves more like an operator it is perhaps better to call it an operator. It is also implemented as an operator and not as a Perl sub.