===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmath-int128-perl-0.22/inc/Capture/Tiny.pm-219-    _open_std( $stash->{child}{$which} );
libmath-int128-perl-0.22/inc/Capture/Tiny.pm:220:    $stash->{pid}{$which} = system(1, @cmd, $stash->{flag_files}{$which});
libmath-int128-perl-0.22/inc/Capture/Tiny.pm-221-    # not restoring std here as it all gets redirected again shortly anyway
##############################################
libmath-int128-perl-0.22/inc/Capture/Tiny.pm-223-  else { # use fork
libmath-int128-perl-0.22/inc/Capture/Tiny.pm:224:    _fork_exec( $which, $stash );
libmath-int128-perl-0.22/inc/Capture/Tiny.pm-225-  }
##############################################
libmath-int128-perl-0.22/inc/Capture/Tiny.pm-431-   ($stdout, $stderr, $exit) = capture {
libmath-int128-perl-0.22/inc/Capture/Tiny.pm:432:     system( $cmd, @args );
libmath-int128-perl-0.22/inc/Capture/Tiny.pm-433-   };
##############################################
libmath-int128-perl-0.22/inc/Config/AutoConf.pm-340-        # check_run - Capture::Tiny, Open3 ... ftw!
libmath-int128-perl-0.22/inc/Config/AutoConf.pm:341:        my $ans = `echo a | ($grep -E '(a|b)') 2>/dev/null`;
libmath-int128-perl-0.22/inc/Config/AutoConf.pm-342-        chomp $ans;
##############################################
libmath-int128-perl-0.22/inc/Config/AutoConf.pm-403-        my ( $stdout, $stderr, $exit ) =
libmath-int128-perl-0.22/inc/Config/AutoConf.pm:404:          capture { system( $lex, $filename ); };
libmath-int128-perl-0.22/inc/Config/AutoConf.pm-405-        chomp $stdout;
##############################################
libmath-int128-perl-0.22/inc/Config/AutoConf.pm-2112-  my ( $stdout, $stderr, $exit ) =
libmath-int128-perl-0.22/inc/Config/AutoConf.pm:2113:    capture { system( $_pkg_config_prog, @pkg_config_args ); };
libmath-int128-perl-0.22/inc/Config/AutoConf.pm-2114-  chomp $stdout;