in reply to Re^3: on the fly reference to subroutine output
in thread on the fly reference to subroutine output
There are two arrays ( one inside the other ). The outer array is the anonymous array as shown below:
sub 2 now gets the ref of the outer anonymous array which is flattened.sub2( [ sub1() ] ); ^ ^ | | | --------- Inner array ------------ Outer array
|
|---|