in reply to Returning first element of an array from a function
UPDATE: Right i read the whole thing wrong, so forget this bit, ok :P.$foo="some,test,text"; ($bar)=split (/,/,$foo,2);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Returning first element of an array from a function
by dragonchild (Archbishop) on Mar 17, 2004 at 13:13 UTC |