===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmath-mpfr-perl-4.14/Makefile.PL-65-
libmath-mpfr-perl-4.14/Makefile.PL:66:    my $out = `$mycc -o have_d64.exe -x c have_d64.in 2>&1`;
libmath-mpfr-perl-4.14/Makefile.PL-67-
##############################################
libmath-mpfr-perl-4.14/Makefile.PL-76-
libmath-mpfr-perl-4.14/Makefile.PL:77:      my $out = `$mycc -o try_dec64.exe -x c try_dec64.in $myinc $mylibs 2>&1`;
libmath-mpfr-perl-4.14/Makefile.PL-78-
##############################################
libmath-mpfr-perl-4.14/Makefile.PL-130-
libmath-mpfr-perl-4.14/Makefile.PL:131:    my $out = `$mycc -o have_d128.exe -x c have_d128.in 2>&1`;
libmath-mpfr-perl-4.14/Makefile.PL-132-
##############################################
libmath-mpfr-perl-4.14/Makefile.PL-141-
libmath-mpfr-perl-4.14/Makefile.PL:142:      my $out = `$mycc -o try_dec128.exe -x c try_dec128.in $myinc $mylibs 2>&1`;
libmath-mpfr-perl-4.14/Makefile.PL-143-
##############################################
libmath-mpfr-perl-4.14/Makefile.PL-198-    # Include $mylibs to ensure that -lquadmath is locatable.
libmath-mpfr-perl-4.14/Makefile.PL:199:    my $out = `$mycc -o have_f128.exe -x c have_f128.in $mylibs 2>&1`;
libmath-mpfr-perl-4.14/Makefile.PL-200-
##############################################
libmath-mpfr-perl-4.14/Makefile.PL-208-    else {
libmath-mpfr-perl-4.14/Makefile.PL:209:      my $out = `$mycc -o try_flt128.exe -x c try_flt128.in $myinc $mylibs 2>&1`;
libmath-mpfr-perl-4.14/Makefile.PL-210-
##############################################
libmath-mpfr-perl-4.14/t/nvtoa.t-458-   my $for_python = sprintf("%.${p}e", $_);
libmath-mpfr-perl-4.14/t/nvtoa.t:459:   my $py = `python3 -c \"print($for_python)\"`;
libmath-mpfr-perl-4.14/t/nvtoa.t-460-   chomp $py;