Thread Perl 6 - Perl 5
(37 answers)
Opened by Gast at 2012-12-05 18:22 2012-12-06T19:00:19 rosti Nicht ganz. Code (perl): (dl
)
1 2 3 4 5 6 #!perl5.10 use strict; use warnings; my %hash; $hash{foo} = split /\,/,'1,2,3'; :) 10 print "Hallo"
20 goto 10 |