Help for this page
$x = 'abc de'; $x =~ m/ /g; ... } print " 3=".pos $$orig_value; print " 4=".pos $x;
1=4 2= 3=4 4=4