Help for this page
if ($string =~ /int/) ... ... elsif ($string =~ /bool/) ... elsif ($string =~ /long/) ...
if ($string =~ /(int)|(char)|(bool)|(long)/){ #my single action... }