Help for this page
my $string = "one two three four five"; my $tmp = "this doesn't matter"; ... $tmp =~ s/\S*$//; # random regex print "\$3=$3\n";
$3=three Use of uninitialized value in concatenation (.) or string at test line + 10. $3=