Help for this page
use strict; use warnings; ... MainLoop
my $plaintext = 'P'; ... my $recovered = $cipher->decrypt($ciphertext); print("$recovered\n");