Thread Stringmanipulation
(2 answers)
Opened by Knowbody at 2009-10-25 18:54
durch das split-statement wird die variable $_ an dem pipe-zeichen '|' gesplittet und die einzelnen teile in das array @cart_data gelegt. ich sehe nicht, wo bindestriche "rausgefiltert" werden sollten.
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 |