Sun751 has asked for the wisdom of the Perl Monks concerning the following question:
how can I delete 'c' out of it without looping??? Any Suggestion? Please, Cheers@a = ['a','b','c','d'];
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Deleteing array elements
by Corion (Patriarch) on Jul 23, 2009 at 07:08 UTC | |
by ciderpunx (Vicar) on Jul 23, 2009 at 07:18 UTC | |
by hobbs (Monk) on Jul 23, 2009 at 09:36 UTC | |
Re: Deleteing array elements
by FunkyMonk (Chancellor) on Jul 23, 2009 at 07:16 UTC | |
Re: Deleteing array elements
by si_lence (Deacon) on Jul 23, 2009 at 07:19 UTC | |
by davorg (Chancellor) on Jul 23, 2009 at 08:26 UTC | |
by si_lence (Deacon) on Jul 23, 2009 at 08:55 UTC |