in reply to Passing different values into subroutines
If you have just one array or hash, you can pass it as an array or a hash. You will just have to take your args out in the proper order (one way or another).
See this node for details. It talks about shift, positional params, and pop (and refs, but you already have that info).
|
|---|