Help for this page

Select Code to Download


  1. or download this
    # START PIPETOGPG.CGI
    $ENV{"PATH"} = "";
    system('echo "this is a longer test message" | /usr/local/bin/gpg -ear
    + docwebb > ./Temp/encrypted_file.gpg');
    exit;
    # EOF
    
  2. or download this
    #!/usr/bin/perl -Tw
    use strict;
    ...
       $ENV{"PATH"} = $old_path;
     }
    #EOF