Help for this page
#badway /(foo)(bar)(baZ)/; ... { return ${$bar}; }
#better way use strict; ... { return $matches[$bar]; }