in reply to (z) SUPER and Class::DBI
sub normalize_column_values { my $self = shift; my $hashref = shift; if (exists $hashref->{password}) { $hashref->{password} = Digest::MD5::md5_base64($hashref->{password +}); } } [download]
-- zigdon