in reply to Re^4: Return a Reference or Array?
in thread Return a Reference or Array?
In our example we actually do supply an argument list to both calls, yet moritz above mentioned that there were still differences (e.g. prototype checking).
So my question was: Are there any more (and if so which) differences between calling &foo(@args) and foo(@args) (assuming @args to non-empty).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Return a Reference or Array?
by chromatic (Archbishop) on Apr 07, 2009 at 00:01 UTC |