Re: Function Assistance Needed

2009-05-11 Thread Randal L. Schwartz
> "AndrewMcHorney" == AndrewMcHorney writes: AndrewMcHorney> I need a little assistance in creating a function for my perl AndrewMcHorney> code. The function will pass in an array of strings and an AndrewMcHorney> index. The function will build a single string using the 1st AndrewMcHorney> s

Re: Function Assistance Needed

2009-05-10 Thread Chas. Owens
On Sun, May 10, 2009 at 13:06, AndrewMcHorney wrote: > Hello > > I need a little assistance in creating a function for my perl code. The > function will pass in an array of strings and an index. The function will > build a single string using the 1st string at the passed in index and the > remaini

Function Assistance Needed

2009-05-10 Thread AndrewMcHorney
Hello I need a little assistance in creating a function for my perl code. The function will pass in an array of strings and an index. The function will build a single string using the 1st string at the passed in index and the remaining strings in the array. It will return the newly built in s