David Inglis wrote:

Is there a command to drop an element from an array, or what is the best
way to do this.

Any help appreciated.

perldoc -f splice


"Removes the elements designated by OFFSET and LENGTH from an array, and replaces them with the elements of LIST, if any."

--
ZSDC


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to