Thread whitespace bei split ignorieren.
(2 answers)
Opened by cbxk1xg at 2009-11-03 13:30
das erste argument zu split ist einfach nur eine regex. du kannst also jeweils ein '\s*' vor und hinter komma tun.
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 |