===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libcgi-pm-perl-4.51/Changes-866-  [DOCUMENTATION]
libcgi-pm-perl-4.51/Changes:867:  1. remote_addr() is now documented. Thanks to Yanick Champoux. (RT#38884)
libcgi-pm-perl-4.51/Changes-868-  2. In CGI::Pretty in the list of tags left unformatted was updated to match the code. Thanks to Mark Stosberg. (RT#42114)
##############################################
libcgi-pm-perl-4.51/README.md-652-
libcgi-pm-perl-4.51/README.md:653:    Makes `$cgi->param('PUTDATA');`, `$cgi->param('PATCHDATA');`,
libcgi-pm-perl-4.51/README.md:654:    and `$cgi->param('POSTDATA');` act like file uploads named PUTDATA,
libcgi-pm-perl-4.51/README.md-655-    PATCHDATA, and POSTDATA. See ["Handling non-urlencoded arguments"](#handling-non-urlencoded-arguments) and
##############################################
libcgi-pm-perl-4.51/README.md-1101-
libcgi-pm-perl-4.51/README.md:1102:The `$data` field is optional; it lets you pass configuration information
libcgi-pm-perl-4.51/README.md-1103-(e.g. a database handle) to your hook callback.
libcgi-pm-perl-4.51/README.md-1104-
libcgi-pm-perl-4.51/README.md:1105:The `$use_tempfile` field is a flag that lets you turn on and off CGI.pm's
libcgi-pm-perl-4.51/README.md-1106-use of a temporary disk-based file during file upload. If you set this to a
##############################################
libcgi-pm-perl-4.51/README.md-1408-
libcgi-pm-perl-4.51/README.md:1409:- **remote\_addr()**
libcgi-pm-perl-4.51/README.md-1410-
##############################################
libcgi-pm-perl-4.51/lib/CGI.pod-1429-
libcgi-pm-perl-4.51/lib/CGI.pod:1430:=item B<remote_addr()>
libcgi-pm-perl-4.51/lib/CGI.pod-1431-