Help for this page
sub dargv { local *ARGV; ... } @_; \@t; }
sub mkaref { [@_] }
# the most reasonable thing for this strange beast, IMHO sub mksref { ... my @x = @_; sub { @x }; # a closure }