my %opt = GetOptions( 'option_name|on:s' => 'default_value', 'element|e!' => 0, 'count|cnt|c=i' => 5, );