Re: Passing info to a sub function

2009-01-13 Thread Telemachus
On Mon Jan 12 2009 @ 7:56, Mr. Shawn H. Corey wrote: > On Mon, 2009-01-12 at 18:40 -0600, Harry Putnam wrote: > > I'm in the middle of some administrative type of scripting and my > > skill level is pretty low. I ran up on a need to pass two different > > kinds of chunks of into to a sub function.

Re: Passing info to a sub function

2009-01-12 Thread Mr. Shawn H. Corey
On Mon, 2009-01-12 at 18:40 -0600, Harry Putnam wrote: > I'm in the middle of some administrative type of scripting and my > skill level is pretty low. I ran up on a need to pass two different > kinds of chunks of into to a sub function. > > I'm familiar with the `func($thg1, thg2, thg3);' kind of

Passing info to a sub function

2009-01-12 Thread Harry Putnam
I'm in the middle of some administrative type of scripting and my skill level is pretty low. I ran up on a need to pass two different kinds of chunks of into to a sub function. I'm familiar with the `func($thg1, thg2, thg3);' kind of syntax that ends up as: 3 elements of `...@_' but I want to pass