Michel Rodriguez wrote: > Variable/Parameter conventions can start religious wars, so I would like > to offer module authors a way to be a little oecumenical, so they can > easily offer named parameters that follow the one_true_perl_convention or > even the baddlyNamedCamelCaseConvention.
Param::Validate has some related functionality: my %p = validate_with ( params => [EMAIL PROTECTED], ignore_case => 1, strip_leading => '-', ); Maybe adding a "ignore_underline" option to Param::Validate would be enough (used with "ignore_case") ? - Flavio S. Glock