http://qs321.pair.com?node_id=782585


in reply to Re: Deleteing array elements
in thread Deleteing array elements

Once you've got your array set up as described by Corion, use splice
my @a=('a','b','c','d'); splice @a, 2, 1; print join ",", @a;
--
Linux, perl, punk rock, cider: charlieharvey.org.uk.