package module::userv; use strict; use Wx qw[wxICON_ERROR wxICON_EXCLAMATION]; use JSON; use Digest::MD5 qw(md5_hex); use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(pruefen anmeldung change_pwd);