> "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
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
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