Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $EncryptedString = $ENC->encrypt_acctnumber($TestString);
     
    print"\$EncryptedString is : $EncryptedString";
    
  3. or download this
    #!/usr/bin/perl -w
    use strict; 
    ...
     
      return $encrypted;
    }