| 
Thread Teile eines Arrays nach Parameterübergabe undef
(5 answers)
 Opened by bianca at 2016-06-18 10:42 
Dein Array-Ref-Slice funktioniert so nicht. Nimm mal 
Code (perl): (dl
) 
say "in der sub: " . join( '/', @$teile[0..scalar @$teile - 2] ); Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style" 
 |