===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mp3burn-0.4.2/debian/README.Debian-39-# rates other than 44.1kHz.  There is no need for the full path because
mp3burn-0.4.2/debian/README.Debian:40:# mp3burn will `which $mp3decoder` before invoking it
mp3burn-0.4.2/debian/README.Debian-41-$mp3decoder = "mpg123-oss";
##############################################
mp3burn-0.4.2/mp3burn-67-    my $hash = {};
mp3burn-0.4.2/mp3burn:68:    my $fileinfo=`file -b "$filename"`;
mp3burn-0.4.2/mp3burn-69-    if ($fileinfo =~ m/FLAC/i) {
##############################################
mp3burn-0.4.2/mp3burn-420-if ($mp3decoder) {
mp3burn-0.4.2/mp3burn:421:   $mp3decoder = `which $mp3decoder`;
mp3burn-0.4.2/mp3burn-422-   chop $mp3decoder;
##############################################
mp3burn-0.4.2/mp3burn-427-if (! $mp3decoder) { $mp3decoder = "mpg123"; }
mp3burn-0.4.2/mp3burn:428:if (! `which $mp3decoder`) {
mp3burn-0.4.2/mp3burn-429-	print "$mp3decoder not found...\n";
##############################################
mp3burn-0.4.2/mp3burn-446-} else {
mp3burn-0.4.2/mp3burn:447:	$mp3decoder = `which $mp3decoder`;
mp3burn-0.4.2/mp3burn-448-}
##############################################
mp3burn-0.4.2/mp3burn-523-	   open(STDOUT, ">$fifo[$i]");	#this to avoid using the shell
mp3burn-0.4.2/mp3burn:524:	   exec(@{$info->{DECODER}},  $ARGV[$i]);
mp3burn-0.4.2/mp3burn-525-	   die "Failed to exec \`".join(" ",@{$info->{DECODER}})."\': $!";