Help for this page
use strict; use warnings; ... { print "Elements : \n @_ \n"; }
Elements : 1 2
sub one{ &two shift, shift; }