in reply to Re: Determining subroutine return typein thread Determining subroutine return type
perl -le "@a=(2,4,6); sub x{@a} print scalar(x());" [download]