===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
audiolink-0.05/code/alsearch-141-
audiolink-0.05/code/alsearch:142:# execution starts here
audiolink-0.05/code/alsearch-143-
##############################################
audiolink-0.05/code/audiolink-178-my ($tmpFh, $tmpFile) = tempfile("audiolink.db.tmpXXXXXXXXX", UNLINK => 1);
audiolink-0.05/code/audiolink:179:$ret = system("mysqladmin -u$user -p$password -h$host create  $db_name 2> $tmpFile");
audiolink-0.05/code/audiolink-180-
##############################################
audiolink-0.05/code/audiolink-196-
audiolink-0.05/code/audiolink:197:$ret = system ("mysql -u$user -p$password -h$host $db_name < /usr/share/doc/audiolink/mysql.schema 2> $tmpFile");
audiolink-0.05/code/audiolink-198-#    or print "\nSome error occured.
##############################################
audiolink-0.05/code/alfilldb-213-		       track, comment
audiolink-0.05/code/alfilldb:214:		       FROM aldb WHERE path = "$pathname");
audiolink-0.05/code/alfilldb-215-    
##############################################
audiolink-0.05/code/alfilldb-359-	    $statement = qq(UPDATE aldb SET song = "$title", album = "$album", band = "$artist", genre = "$genre", year = "$year", comment = "$comment", ma1 = "$ma1", ma2 = "$ma2", fa1 = "$fa1", fa2 = "$fa2", composer = "$composer", lyricist = "$lyricist", track = "$track"
audiolink-0.05/code/alfilldb:360:			    WHERE path = "$pathname");
audiolink-0.05/code/alfilldb-361-	} else {
##############################################
audiolink-0.05/code/alfilldb-406-
audiolink-0.05/code/alfilldb:407:# execution starts here
audiolink-0.05/code/alfilldb-408-
##############################################
audiolink-0.05/ChangeLog-47-
audiolink-0.05/ChangeLog:48:	* code/alfilldb: use pod2usage() instead of system("pod2usage $0");
audiolink-0.05/ChangeLog-49-
##############################################
audiolink-0.05/debian/patches/010_debian-changes.patch-43- 
audiolink-0.05/debian/patches/010_debian-changes.patch:44:-$ret = system("mysqladmin -u$user -p$password -h$host create  $db_name 2>/tmp/audiolink.db.tmp");
audiolink-0.05/debian/patches/010_debian-changes.patch-45-+my ($tmpFh, $tmpFile) = tempfile("audiolink.db.tmpXXXXXXXXX", UNLINK => 1);
audiolink-0.05/debian/patches/010_debian-changes.patch:46:+$ret = system("mysqladmin -u$user -p$password -h$host create  $db_name 2> $tmpFile");
audiolink-0.05/debian/patches/010_debian-changes.patch-47- 
##############################################
audiolink-0.05/debian/patches/010_debian-changes.patch-66- 
audiolink-0.05/debian/patches/010_debian-changes.patch:67:-$ret = system ("mysql -u$user -p$password -h$host $db_name < /usr/share/doc/audiolink/mysql.schema 2>/tmp/audiolink.tb.tmp");
audiolink-0.05/debian/patches/010_debian-changes.patch:68:+$ret = system ("mysql -u$user -p$password -h$host $db_name < /usr/share/doc/audiolink/mysql.schema 2> $tmpFile");
audiolink-0.05/debian/patches/010_debian-changes.patch-69- #    or print "\nSome error occured.
##############################################
audiolink-0.05/.pc/010_debian-changes.patch/code/alfilldb-213-		       track, comment
audiolink-0.05/.pc/010_debian-changes.patch/code/alfilldb:214:		       FROM aldb WHERE path = "$pathname");
audiolink-0.05/.pc/010_debian-changes.patch/code/alfilldb-215-    
##############################################
audiolink-0.05/.pc/010_debian-changes.patch/code/alfilldb-359-	    $statement = qq(UPDATE aldb SET song = "$title", album = "$album", band = "$artist", genre = "$genre", year = "$year", comment = "$comment", ma1 = "$ma1", ma2 = "$ma2", fa1 = "$fa1", fa2 = "$fa2", composer = "$composer", lyricist = "$lyricist", track = "$track"
audiolink-0.05/.pc/010_debian-changes.patch/code/alfilldb:360:			    WHERE path = "$pathname");
audiolink-0.05/.pc/010_debian-changes.patch/code/alfilldb-361-	} else {
##############################################
audiolink-0.05/.pc/010_debian-changes.patch/code/alfilldb-406-
audiolink-0.05/.pc/010_debian-changes.patch/code/alfilldb:407:# execution starts here
audiolink-0.05/.pc/010_debian-changes.patch/code/alfilldb-408-
##############################################
audiolink-0.05/.pc/010_debian-changes.patch/code/audiolink-176-
audiolink-0.05/.pc/010_debian-changes.patch/code/audiolink:177:$ret = system("mysqladmin -u$user -p$password -h$host create  $db_name 2>/tmp/audiolink.db.tmp");
audiolink-0.05/.pc/010_debian-changes.patch/code/audiolink-178-
##############################################
audiolink-0.05/.pc/010_debian-changes.patch/code/audiolink-197-
audiolink-0.05/.pc/010_debian-changes.patch/code/audiolink:198:$ret = system ("mysql -u$user -p$password -h$host $db_name < /usr/share/doc/audiolink/mysql.schema 2>/tmp/audiolink.tb.tmp");
audiolink-0.05/.pc/010_debian-changes.patch/code/audiolink-199-#    or print "\nSome error occured.
##############################################
audiolink-0.05/.pc/020_fix-spelling-error.patch/code/alfilldb-213-		       track, comment
audiolink-0.05/.pc/020_fix-spelling-error.patch/code/alfilldb:214:		       FROM aldb WHERE path = "$pathname");
audiolink-0.05/.pc/020_fix-spelling-error.patch/code/alfilldb-215-    
##############################################
audiolink-0.05/.pc/020_fix-spelling-error.patch/code/alfilldb-359-	    $statement = qq(UPDATE aldb SET song = "$title", album = "$album", band = "$artist", genre = "$genre", year = "$year", comment = "$comment", ma1 = "$ma1", ma2 = "$ma2", fa1 = "$fa1", fa2 = "$fa2", composer = "$composer", lyricist = "$lyricist", track = "$track"
audiolink-0.05/.pc/020_fix-spelling-error.patch/code/alfilldb:360:			    WHERE path = "$pathname");
audiolink-0.05/.pc/020_fix-spelling-error.patch/code/alfilldb-361-	} else {
##############################################
audiolink-0.05/.pc/020_fix-spelling-error.patch/code/alfilldb-406-
audiolink-0.05/.pc/020_fix-spelling-error.patch/code/alfilldb:407:# execution starts here
audiolink-0.05/.pc/020_fix-spelling-error.patch/code/alfilldb-408-