${if($1 =~ /\d{2,}/){return "driving a vehicle ${1} lbs over the weight limit";}elsif($1 =~ /\d{1}/){return "driving a vehicle $1 tons over the weight limit";}}