Help for this page
$string =~ /(\X+)\s+(\X+)/; print "String: $string\n"; print "Verify: $1 -- $2 \n";