Help for this page
sub t { @file = ('foo', 'moo', 'bar'); ... @tmp = t(); print @tmp; # print t(); would also work...