Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print LO "$asr_line\n";
        close LO;
    }
    
  2. or download this
    sub writeSubmissions{    
        if ($filetype == 1 ) { $log_file = "pem.enc"; }
    ...
        close FH_crypted;
    
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print FH_decrypted $cipher->finish;
    close FH_encrypted;
    close FH_decrypted;