Thread permutation
(31 answers)
Opened by esskar at 2006-09-11 12:30
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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |