On Wed, 3 Oct 2001, Mason, Andrew wrote:

> Say I have an array @array = ( 1, 2, 3, 4, 5)
>
> I know I want to remove the second value, $array[2].  How should I do
> this?

Take a look at the perldoc for 'split'.  It does what you want to do.

                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
"Let's show this prehistoric bitch how we do things downtown!"
-- The Ghostbusters


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to