===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libhtml-mason-psgihandler-perl-0.53/lib/HTML/Mason/PSGIHandler.pm-58-    if (wantarray) {
libhtml-mason-psgihandler-perl-0.53/lib/HTML/Mason/PSGIHandler.pm:59:        @result = eval { $self->interp->exec($p->{comp}, %$args) };
libhtml-mason-psgihandler-perl-0.53/lib/HTML/Mason/PSGIHandler.pm-60-    } elsif ( defined wantarray ) {
libhtml-mason-psgihandler-perl-0.53/lib/HTML/Mason/PSGIHandler.pm:61:        $result[0] = eval { $self->interp->exec($p->{comp}, %$args) };
libhtml-mason-psgihandler-perl-0.53/lib/HTML/Mason/PSGIHandler.pm-62-    } else {
libhtml-mason-psgihandler-perl-0.53/lib/HTML/Mason/PSGIHandler.pm:63:        eval { $self->interp->exec($p->{comp}, %$args) };
libhtml-mason-psgihandler-perl-0.53/lib/HTML/Mason/PSGIHandler.pm-64-    }