http://www.perlmonks.org?node_id=1050534


in reply to Re: Digest::MD5 variation problem?
in thread Digest::MD5 variation problem?

IMHO User::Encrypt is static. And $User->ENCRYPT is OO. uuuuhh i got it..
$_[0] is $User if i do $User->ENCRYPT('test')
$_[0] is 'test' if i do User::ENCRYPT('test')
-.- %&#§!! ;)
$perlig =~ s/pec/cep/g if 'errors expected';