Help for this page
# main outer( 1, qw( A Set of Args )); ... sub inner { print "inner: ", join( ' ', @_ ), "\n"; }
A Set of Args