Tags: perl5 regex Ähnliche Threads
12
$test = $1;$test =~ s/ //g;
( $test = $1 ) =~ s/ //g;
$test = $1; $test =~ s/ //g;