===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libextutils-f77-perl-1.24/F77.pm-102-    my $filename = "lib$lib.$suffix";
libextutils-f77-perl-1.24/F77.pm:103:    my $dir = `$compiler -print-file-name=$filename`;
libextutils-f77-perl-1.24/F77.pm-104-    chomp $dir;
##############################################
libextutils-f77-perl-1.24/F77.pm-572-   debug "Executing the test program...\n";
libextutils-f77-perl-1.24/F77.pm:573:   if (`${file}_exe` ne " Hello World\n") {
libextutils-f77-perl-1.24/F77.pm-574-      warn "Test of Fortran Compiler FAILED. \n";
##############################################
libextutils-f77-perl-1.24/F77.pm-610-      unless ($fallback_compiler eq 'GFortran' && $^O =~ /MSWin/i) {
libextutils-f77-perl-1.24/F77.pm:611:         my $gccdir = `$gcc -m32 -print-libgcc-file-name`; chomp $gccdir;
libextutils-f77-perl-1.24/F77.pm-612-         $gccdir =~ s/\/libgcc.a//;
##############################################
libextutils-f77-perl-1.24/F77.pm-638-   # Get compiler version number
libextutils-f77-perl-1.24/F77.pm:639:   my @t =`$compiler --version`; $t[0] =~ /(\d+).(\d)+.(\d+)/;
libextutils-f77-perl-1.24/F77.pm-640-   my $version = "$1.$2";  # Major version number