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