Help for this page
$text = "Grand Canyon 70%";
$match[0] = "Grand Canyon"; $match[1] = "70%";
$text ~~ /([A-Za-z\s]*)([0-9]{1,2})[%])/;