Thread
push auf anonymes array
(12 answers)
Opened by
Froschpopo
at
2005-05-01 13:03
Ronnie
2005-05-01 13:23
User since
2003-08-14
2022 Artikel
BenutzerIn
Code: (
dl
)
1
2
my $arr_ref = [1, 2, 3];
push @$arr_ref, 7;
View full thread
push auf anonymes array