- or download this
Encryption.pm did not return a true value at test.pl line 3.
BEGIN failed--compilation aborted at test.pl line 3
- or download this
#!/usr/bin/perl -w
use strict;
...
my $EncryptedString = $ENC->encrypt_acctnumber($TestString);
print"\$EncryptedString is : $EncryptedString";
- or download this
#!/usr/bin/perl -w
use strict;
...
return $encrypted;
}