Help for this page
my $sig_msg = "$email::$name::$nick::$ts::$t"; # this is the message +to be signed.
my $sig_msg = $email:: . $name:: . $nick:: . $ts:: . $t;
my $sig_msg = join "::", $email, $name, $nick, $ts, $t;