Help for this page

Select Code to Download


  1. or download this
    #!c:\perl\bin\perl.exe -ws
    use strict;
    ...
    print $e ? $crypt->encrypt(shift @ARGV) :
          $d ? $crypt->decrypt(shift @ARGV) :
               "Invalid mode argument (must be -e or -d)";