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