On Sat, Feb 28, 2004 at 07:24:17PM +1100, 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.

You're looking for splice()

perldoc -f splice

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

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