in reply to Re: using function delete with arraysin thread using function delete with arrays
$ perl -wle 'my @a=(2,3,4); splice @a, 1, 1, (); print scalar @a' 2 [download]
Perl 6 in German