Thread Teile eines Arrays nach Parameterübergabe undef (5 answers)
Opened by bianca at 2016-06-18 10:42

FIFO
 2016-06-18 12:00
#184950 #184950
User since
2005-06-01
469 Artikel
BenutzerIn

user image
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"

View full thread Teile eines Arrays nach Parameterübergabe undef