in reply to Re^2: on the fly reference to subroutine outputin 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:
sub2( [ sub1() ] ); ^ ^ | | | --------- Inner array ------------ Outer array [download]