in reply to Re^2: @array elements multiplication with another array elements.
in thread @array elements multiplication with another array elements.
It uses a prototype of &\@\@. That means the two arrays get implicitly turned into arrayrefs by the Perl parser. The body of the sub just sees a coderef and two arrayrefs - not a flattened list. See perlsub.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: @array elements multiplication with another array elements.
by grizzley (Chaplain) on Oct 31, 2012 at 08:31 UTC |