Thread Arrays are not lists (14 answers)
Opened by KurtZ at 2008-02-23 17:30

KurtZ
 2008-02-23 18:58
#106299 #106299
User since
2007-12-13
411 Artikel
BenutzerIn
[default_avatar]
pq+2008-02-23 17:21:50--
Code (perl): (dl )
1
2
3
sub ret_slice_array3 {
    return () = @_[0..$#_];
}


DANKE ...aber verstehe ich das richtig, ich weise eine Liste einer anonymen Liste zu und bekomme ein Array?


...it's a kind of Magic...
TMTOWTDYOG (there's more than one way to dig your own grave)

View full thread Arrays are not lists