Thread split an einer bestimmten stelle
(4 answers)
Opened by Charleen at 2010-06-04 16:23
ne substitution wäre hier wohl das beste:
Code (perl): (dl
)
$line =~ s/ / du /; 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 |