===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libcrypt-ssleay-perl-0.73.06/Makefile.PL-237-
libcrypt-ssleay-perl-0.73.06/Makefile.PL:238:    my $output = `$cmd`;
libcrypt-ssleay-perl-0.73.06/Makefile.PL-239-
##############################################
libcrypt-ssleay-perl-0.73.06/README.md-111-
libcrypt-ssleay-perl-0.73.06/README.md:112:Path to OpenSSL headers. Can also be specified via `$ENV{OPENSSL_INCLUDE}`. If the command line argument is provided, it overrides any value specified via the environment variable. Of course, you can ignore both the command line argument and the environment variable, and just add the path to your compiler specific environment variable such as `CPATH` or `INCLUDE` etc.
libcrypt-ssleay-perl-0.73.06/README.md-113-
##############################################
libcrypt-ssleay-perl-0.73.06/README.md-115-
libcrypt-ssleay-perl-0.73.06/README.md:116:Path to OpenSSL libraries. Can also be specified via `$ENV{OPENSSL_LIB}`. If the command line argument is provided, it overrides any value specified by the environment variable. Of course, you can ignore both the command line argument and the environment variable and just add the path to your compiler specific environment variable such as `LIBRARY_PATH` or `LIB` etc.
libcrypt-ssleay-perl-0.73.06/README.md-117-
##############################################
libcrypt-ssleay-perl-0.73.06/README.md-223-
libcrypt-ssleay-perl-0.73.06/README.md:224:Note that, if specified, `$ENV{HTTPS_CA_FILE}` must point to the actual certificate file. That is, `$ENV{HTTPS_CA_DIR}` is *not* the path where `$ENV{HTTPS_CA_FILE}` is located.
libcrypt-ssleay-perl-0.73.06/README.md-225-
libcrypt-ssleay-perl-0.73.06/README.md:226:For certificates in `$ENV{HTTPS_CA_DIR}` to be picked up, follow the instructions on http://www.openssl.org/docs/ssl/SSL_CTX_load_verify_locations.html.
libcrypt-ssleay-perl-0.73.06/README.md-227-