Thread permutation (31 answers)
Opened by esskar at 2006-09-11 12:30

pq
 2006-09-11 13:42
#69629 #69629
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
funktional sähe das vereinfacht so aus:
Code: (dl )
foo("foobar-hutzel-putzel") = [foo("foobarhutzel-putzel"), foo("foobar-hutzelputzel")]

also eine rekursion, die pro level genau einen bindestrich aus dem string streicht.
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 permutation