T
Tubs
I know it might seem weird but i have a need to pass the contents of a
paramarray from one sub to another that also takes a paramarray.
Problem is i want to pass it exactly as it came in to the first one.
In other words, in the second one i want to refer to them as
arg1...argN. Currently if i pass it directly, it embeds itself into
another deeper structure. Is there any way to pass it the same way it
came in, as individual args to the second param array?
paramarray from one sub to another that also takes a paramarray.
Problem is i want to pass it exactly as it came in to the first one.
In other words, in the second one i want to refer to them as
arg1...argN. Currently if i pass it directly, it embeds itself into
another deeper structure. Is there any way to pass it the same way it
came in, as individual args to the second param array?