Thread splice, Rückgabewert als Ref (2 answers)
Opened by mika at 2020-03-22 07:03

styx-cc
 2020-03-22 07:24
#191626 #191626
User since
2006-05-20
533 Artikel
BenutzerIn

user image
Code: (dl )
my $sub_list = [splice ...];

Edit typo und Bsp:
Code: (dl )
perl -MData::Dumper -e 'my @list = qw(1 2 3 4); print Dumper [splice (@list, 0,2)];'

Lieben Gruß
Last edited: 2020-03-22 07:25:57 +0100 (CET)
Pörl.

View full thread splice, Rückgabewert als Ref