Help for this page

Select Code to Download


  1. or download this
    1. hash is created
    2. passed to statinfo subroutine
    ...
       a. eval is run over gpg encryption/decryption
    4. file(s) are moved to where they need to be
    5. email is sent (proggie done)
    
  2. or download this
    my(%temphash) = %workhash;
    if (%workhash = &statinfo(%temphash) != 0)
    ...
      exit(1);
     }
    }