Devel-Scooby
view release on metacpan or search on metacpan
Message => $message,
Key => $public_key,
Armour => $TRUE
) or die $rsa->errstr, "\n";
# Use the PK- of this Mobile::Executive invocation to
# sign the encrypted mobile agent.
my $cypher_signature = $rsa->sign(
Message => $cyphertext,
Key => $Mobile::Executive::private_key,
Armour => $TRUE
) or die $rsa->errstr, "\n";
# Networking code to send agent to the server starts here.
my $trans_serv = getprotobyname( 'tcp' );
my $remote_host = gethostbyname( $remote ) or inet_aton( $remote );
my $destination = sockaddr_in( $remote_port, $remote_host );
socket( TCP_SOCK, PF_INET, SOCK_STREAM, $trans_serv )
( run in 0.225 second using v1.01-cache-2.11-cpan-a5abf4f5562 )