Thread Bestimmte Variablen aus array holen (2 answers)
Opened by Gustl at 2011-09-09 15:28

pq
 2011-09-09 15:40
#152273 #152273
User since
2003-08-04
12207 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
my ($n3, $n5, $n9) = ( sub() )[2,4,8];
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Bestimmte Variablen aus array holen