===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-73-}
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:74:eval `cat "$config_homedir/.disc-coverrc"` if (-f "$config_homedir/.disc-coverrc");
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-75-if (defined($config_version_config) and $config_version_config ne $config_version)
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-690-	my $dvi_string = $flag_verbose ? "(cd $config_tmp_dir ; dvips \"$config_tmp_dir/disc-cover.dvi\" -o \"$config_tmp_dir/disc-cover.ps\")" : "(cd $config_tmp_dir ; dvips \"$config_tmp_dir/disc-cover.dvi\" -o \"$config_tmp_dir/disc-cover.ps\" 2> /dev/null)";
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:691:	if (system ($dvi_string) > 0)
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-692-	{
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-721-	{
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:722:		system("mv", "--", "$config_tmp_dir/disc-cover.$config_output_format", "$outputfile") and end_program("Could not move the file \"$config_tmp_dir/disc-cover.$config_output_format\"\nto \"$outputfile\".", "Check if the directory is writable.", "Run disc-cover with argument '-r', then\ncheck if a .$config_output_format file is produced in \"$config_tmp_dir\".");
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-723-	}
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-776-		{
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:777:			my $ugly_tmp = "$config_tmp_dir/".safe_exec('basename', "$config_cover_picture_no_convert_needed");
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-778-			chop $ugly_tmp;
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1193-{
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1194:	#system("pod2man --release=\"J.I. van Hemert\" --center=\"Version $version\" $0 | nroff -man");
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1195:	system("pod2text $0");
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1196-	return 1;
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1273-		$web_search =~ s/[tT]he//g;
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1274:		my $result = safe_exec('wget', "-O-", "-o/dev/null", "http://www.allmusic.com/cg/amg.dll?P=amg&opt1=2&sql=$web_search");
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1275-
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1289-				print STDERR "Disc-Cover (AllMusic): downloading AllMusic info page of the first album (key: $entries[0])\n" if $flag_verbose;
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1290:				$result = safe_exec('wget', "-O", "-",  "-o", "/dev/null", "http://www.allmusic.com/cg/amg.dll?P=amg&sql=$entries[0]");
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1291-			}
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1301-			print STDERR "Disc-Cover (AllMusic): found a cover picture on AllMusic.com: $entries[0], downloading...\n" if $flag_verbose;
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1302:			system('wget',  '-O', "$config_tmp_dir/disc-cover_allmusic.jpg", '-o', '/dev/null', "$entries[0]");
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1303-
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1322-		# Solution for now: just copy it to the $tmp dir and warn the user.
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1323:		end_program("Something went wrong trying to copy \"$config_cover_picture_no_convert_needed\" to \"$config_tmp_dir/disc-cover_front-picture.pdf\".", "Check if the file is readable for you.") if (system("cp", "--", "$config_cover_picture_no_convert_needed", "$config_tmp_dir"));
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1324-		warn "Note: I copied the file \"$config_cover_picture_no_convert_needed\" to \"$config_tmp_dir\" and used it. If you save in dvi or latex please add this file to the same directory.\n";
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1336-					print STDERR "Disc-Cover: starting external convert (to pdf) run\n";
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1337:					end_program("Failed converting the cover picture \"$config_cover_picture\" to PDF.", "Check if the file is readable for you.") if (system ("convert -verbose -size 200x200 \"$config_cover_picture\" EPDF:$config_tmp_dir/disc-cover_front-picture.pdf 2>&1"));
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1338-					print STDERR "Disc-Cover: finished external convert (to pdf) run\n";
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1341-				{
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1342:					end_program("Failed converting the cover picture \"$config_cover_picture\" to PDF.", "Check if the file is readable for you.") if (system ("convert -size 200x200 \"$config_cover_picture\" EPDF:$config_tmp_dir/disc-cover_front-picture.pdf 2> /dev/null"));
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1343-				}
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1350-					print STDERR "Disc-Cover: starting external convert (to eps) run\n";
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1351:					end_program("Failed converting the cover picture \"$config_cover_picture\" to EPS.", "Check if the program convert (comes with ImageMagick) is installed.", "Check if you can convert the cover picture to EPS yourself.") if (system ("convert -verbose -geometry 200x200 \"$config_cover_picture\" EPS:$config_tmp_dir/disc-cover_front-picture.eps 2>&1"));
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1352-					print STDERR "Disc-Cover: finished external convert (to eps) run\n";
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1355-				{
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1356:					end_program("Failed converting the cover picture \"$config_cover_picture\" to EPS.", "Check if the program convert (comes with ImageMagick) is installed.", "Check if you can convert the cover picture to EPS yourself.") if (system ("convert -geometry 200x200 \"$config_cover_picture\" EPS:$config_tmp_dir/disc-cover_front-picture.eps 2> /dev/null"));
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1357-				}
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1446-	my $latex_string = $flag_verbose ? "(cd $config_tmp_dir ; echo q | $latex_command \"disc-cover.tex\" )" : "(cd $config_tmp_dir ; echo q | $latex_command \"disc-cover.tex\" > /dev/null)";
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1447:	if (system ($latex_string) > 0)
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1448-	{
##############################################
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1745-	{
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1746:		#exec('wget', "-O-", "-o/dev/null", "http://www.allmusic.com/cg/amg.dll?P=amg&opt1=2&sql=$web_search") or die "Error: can not exec wget: $!";
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover:1747:		exec($program, @_) or die "Error: can not exec $program $!";
disc-cover-1.5.6/.pc/010_defined-array.patch/disc-cover-1748-	}
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-73-}
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:74:eval `cat "$config_homedir/.disc-coverrc"` if (-f "$config_homedir/.disc-coverrc");
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-75-if (defined($config_version_config) and $config_version_config ne $config_version)
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-690-	my $dvi_string = $flag_verbose ? "(cd $config_tmp_dir ; dvips \"$config_tmp_dir/disc-cover.dvi\" -o \"$config_tmp_dir/disc-cover.ps\")" : "(cd $config_tmp_dir ; dvips \"$config_tmp_dir/disc-cover.dvi\" -o \"$config_tmp_dir/disc-cover.ps\" 2> /dev/null)";
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:691:	if (system ($dvi_string) > 0)
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-692-	{
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-721-	{
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:722:		system("mv", "--", "$config_tmp_dir/disc-cover.$config_output_format", "$outputfile") and end_program("Could not move the file \"$config_tmp_dir/disc-cover.$config_output_format\"\nto \"$outputfile\".", "Check if the directory is writable.", "Run disc-cover with argument '-r', then\ncheck if a .$config_output_format file is produced in \"$config_tmp_dir\".");
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-723-	}
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-776-		{
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:777:			my $ugly_tmp = "$config_tmp_dir/".safe_exec('basename', "$config_cover_picture_no_convert_needed");
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-778-			chop $ugly_tmp;
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1193-{
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1194:	#system("pod2man --release=\"J.I. van Hemert\" --center=\"Version $version\" $0 | nroff -man");
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1195:	system("pod2text $0");
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1196-	return 1;
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1273-		$web_search =~ s/[tT]he//g;
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1274:		my $result = safe_exec('wget', "-O-", "-o/dev/null", "http://www.allmusic.com/cg/amg.dll?P=amg&opt1=2&sql=$web_search");
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1275-
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1289-				print STDERR "Disc-Cover (AllMusic): downloading AllMusic info page of the first album (key: $entries[0])\n" if $flag_verbose;
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1290:				$result = safe_exec('wget', "-O", "-",  "-o", "/dev/null", "http://www.allmusic.com/cg/amg.dll?P=amg&sql=$entries[0]");
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1291-			}
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1301-			print STDERR "Disc-Cover (AllMusic): found a cover picture on AllMusic.com: $entries[0], downloading...\n" if $flag_verbose;
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1302:			system('wget',  '-O', "$config_tmp_dir/disc-cover_allmusic.jpg", '-o', '/dev/null', "$entries[0]");
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1303-
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1322-		# Solution for now: just copy it to the $tmp dir and warn the user.
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1323:		end_program("Something went wrong trying to copy \"$config_cover_picture_no_convert_needed\" to \"$config_tmp_dir/disc-cover_front-picture.pdf\".", "Check if the file is readable for you.") if (system("cp", "--", "$config_cover_picture_no_convert_needed", "$config_tmp_dir"));
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1324-		warn "Note: I copied the file \"$config_cover_picture_no_convert_needed\" to \"$config_tmp_dir\" and used it. If you save in dvi or latex please add this file to the same directory.\n";
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1336-					print STDERR "Disc-Cover: starting external convert (to pdf) run\n";
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1337:					end_program("Failed converting the cover picture \"$config_cover_picture\" to PDF.", "Check if the file is readable for you.") if (system ("convert -verbose -size 200x200 \"$config_cover_picture\" EPDF:$config_tmp_dir/disc-cover_front-picture.pdf 2>&1"));
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1338-					print STDERR "Disc-Cover: finished external convert (to pdf) run\n";
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1341-				{
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1342:					end_program("Failed converting the cover picture \"$config_cover_picture\" to PDF.", "Check if the file is readable for you.") if (system ("convert -size 200x200 \"$config_cover_picture\" EPDF:$config_tmp_dir/disc-cover_front-picture.pdf 2> /dev/null"));
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1343-				}
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1350-					print STDERR "Disc-Cover: starting external convert (to eps) run\n";
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1351:					end_program("Failed converting the cover picture \"$config_cover_picture\" to EPS.", "Check if the program convert (comes with ImageMagick) is installed.", "Check if you can convert the cover picture to EPS yourself.") if (system ("convert -verbose -geometry 200x200 \"$config_cover_picture\" EPS:$config_tmp_dir/disc-cover_front-picture.eps 2>&1"));
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1352-					print STDERR "Disc-Cover: finished external convert (to eps) run\n";
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1355-				{
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1356:					end_program("Failed converting the cover picture \"$config_cover_picture\" to EPS.", "Check if the program convert (comes with ImageMagick) is installed.", "Check if you can convert the cover picture to EPS yourself.") if (system ("convert -geometry 200x200 \"$config_cover_picture\" EPS:$config_tmp_dir/disc-cover_front-picture.eps 2> /dev/null"));
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1357-				}
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1446-	my $latex_string = $flag_verbose ? "(cd $config_tmp_dir ; echo q | $latex_command \"disc-cover.tex\" )" : "(cd $config_tmp_dir ; echo q | $latex_command \"disc-cover.tex\" > /dev/null)";
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1447:	if (system ($latex_string) > 0)
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1448-	{
##############################################
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1745-	{
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1746:		#exec('wget', "-O-", "-o/dev/null", "http://www.allmusic.com/cg/amg.dll?P=amg&opt1=2&sql=$web_search") or die "Error: can not exec wget: $!";
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover:1747:		exec($program, @_) or die "Error: can not exec $program $!";
disc-cover-1.5.6/.pc/020_fix-typos-in-manpage.patch/disc-cover-1748-	}
##############################################
disc-cover-1.5.6/disc-cover-73-}
disc-cover-1.5.6/disc-cover:74:eval `cat "$config_homedir/.disc-coverrc"` if (-f "$config_homedir/.disc-coverrc");
disc-cover-1.5.6/disc-cover-75-if (defined($config_version_config) and $config_version_config ne $config_version)
##############################################
disc-cover-1.5.6/disc-cover-690-	my $dvi_string = $flag_verbose ? "(cd $config_tmp_dir ; dvips \"$config_tmp_dir/disc-cover.dvi\" -o \"$config_tmp_dir/disc-cover.ps\")" : "(cd $config_tmp_dir ; dvips \"$config_tmp_dir/disc-cover.dvi\" -o \"$config_tmp_dir/disc-cover.ps\" 2> /dev/null)";
disc-cover-1.5.6/disc-cover:691:	if (system ($dvi_string) > 0)
disc-cover-1.5.6/disc-cover-692-	{
##############################################
disc-cover-1.5.6/disc-cover-721-	{
disc-cover-1.5.6/disc-cover:722:		system("mv", "--", "$config_tmp_dir/disc-cover.$config_output_format", "$outputfile") and end_program("Could not move the file \"$config_tmp_dir/disc-cover.$config_output_format\"\nto \"$outputfile\".", "Check if the directory is writable.", "Run disc-cover with argument '-r', then\ncheck if a .$config_output_format file is produced in \"$config_tmp_dir\".");
disc-cover-1.5.6/disc-cover-723-	}
##############################################
disc-cover-1.5.6/disc-cover-776-		{
disc-cover-1.5.6/disc-cover:777:			my $ugly_tmp = "$config_tmp_dir/".safe_exec('basename', "$config_cover_picture_no_convert_needed");
disc-cover-1.5.6/disc-cover-778-			chop $ugly_tmp;
##############################################
disc-cover-1.5.6/disc-cover-1193-{
disc-cover-1.5.6/disc-cover:1194:	#system("pod2man --release=\"J.I. van Hemert\" --center=\"Version $version\" $0 | nroff -man");
disc-cover-1.5.6/disc-cover:1195:	system("pod2text $0");
disc-cover-1.5.6/disc-cover-1196-	return 1;
##############################################
disc-cover-1.5.6/disc-cover-1273-		$web_search =~ s/[tT]he//g;
disc-cover-1.5.6/disc-cover:1274:		my $result = safe_exec('wget', "-O-", "-o/dev/null", "http://www.allmusic.com/cg/amg.dll?P=amg&opt1=2&sql=$web_search");
disc-cover-1.5.6/disc-cover-1275-
##############################################
disc-cover-1.5.6/disc-cover-1289-				print STDERR "Disc-Cover (AllMusic): downloading AllMusic info page of the first album (key: $entries[0])\n" if $flag_verbose;
disc-cover-1.5.6/disc-cover:1290:				$result = safe_exec('wget', "-O", "-",  "-o", "/dev/null", "http://www.allmusic.com/cg/amg.dll?P=amg&sql=$entries[0]");
disc-cover-1.5.6/disc-cover-1291-			}
##############################################
disc-cover-1.5.6/disc-cover-1301-			print STDERR "Disc-Cover (AllMusic): found a cover picture on AllMusic.com: $entries[0], downloading...\n" if $flag_verbose;
disc-cover-1.5.6/disc-cover:1302:			system('wget',  '-O', "$config_tmp_dir/disc-cover_allmusic.jpg", '-o', '/dev/null', "$entries[0]");
disc-cover-1.5.6/disc-cover-1303-
##############################################
disc-cover-1.5.6/disc-cover-1322-		# Solution for now: just copy it to the $tmp dir and warn the user.
disc-cover-1.5.6/disc-cover:1323:		end_program("Something went wrong trying to copy \"$config_cover_picture_no_convert_needed\" to \"$config_tmp_dir/disc-cover_front-picture.pdf\".", "Check if the file is readable for you.") if (system("cp", "--", "$config_cover_picture_no_convert_needed", "$config_tmp_dir"));
disc-cover-1.5.6/disc-cover-1324-		warn "Note: I copied the file \"$config_cover_picture_no_convert_needed\" to \"$config_tmp_dir\" and used it. If you save in dvi or latex please add this file to the same directory.\n";
##############################################
disc-cover-1.5.6/disc-cover-1336-					print STDERR "Disc-Cover: starting external convert (to pdf) run\n";
disc-cover-1.5.6/disc-cover:1337:					end_program("Failed converting the cover picture \"$config_cover_picture\" to PDF.", "Check if the file is readable for you.") if (system ("convert -verbose -size 200x200 \"$config_cover_picture\" EPDF:$config_tmp_dir/disc-cover_front-picture.pdf 2>&1"));
disc-cover-1.5.6/disc-cover-1338-					print STDERR "Disc-Cover: finished external convert (to pdf) run\n";
##############################################
disc-cover-1.5.6/disc-cover-1341-				{
disc-cover-1.5.6/disc-cover:1342:					end_program("Failed converting the cover picture \"$config_cover_picture\" to PDF.", "Check if the file is readable for you.") if (system ("convert -size 200x200 \"$config_cover_picture\" EPDF:$config_tmp_dir/disc-cover_front-picture.pdf 2> /dev/null"));
disc-cover-1.5.6/disc-cover-1343-				}
##############################################
disc-cover-1.5.6/disc-cover-1350-					print STDERR "Disc-Cover: starting external convert (to eps) run\n";
disc-cover-1.5.6/disc-cover:1351:					end_program("Failed converting the cover picture \"$config_cover_picture\" to EPS.", "Check if the program convert (comes with ImageMagick) is installed.", "Check if you can convert the cover picture to EPS yourself.") if (system ("convert -verbose -geometry 200x200 \"$config_cover_picture\" EPS:$config_tmp_dir/disc-cover_front-picture.eps 2>&1"));
disc-cover-1.5.6/disc-cover-1352-					print STDERR "Disc-Cover: finished external convert (to eps) run\n";
##############################################
disc-cover-1.5.6/disc-cover-1355-				{
disc-cover-1.5.6/disc-cover:1356:					end_program("Failed converting the cover picture \"$config_cover_picture\" to EPS.", "Check if the program convert (comes with ImageMagick) is installed.", "Check if you can convert the cover picture to EPS yourself.") if (system ("convert -geometry 200x200 \"$config_cover_picture\" EPS:$config_tmp_dir/disc-cover_front-picture.eps 2> /dev/null"));
disc-cover-1.5.6/disc-cover-1357-				}
##############################################
disc-cover-1.5.6/disc-cover-1446-	my $latex_string = $flag_verbose ? "(cd $config_tmp_dir ; echo q | $latex_command \"disc-cover.tex\" )" : "(cd $config_tmp_dir ; echo q | $latex_command \"disc-cover.tex\" > /dev/null)";
disc-cover-1.5.6/disc-cover:1447:	if (system ($latex_string) > 0)
disc-cover-1.5.6/disc-cover-1448-	{
##############################################
disc-cover-1.5.6/disc-cover-1745-	{
disc-cover-1.5.6/disc-cover:1746:		#exec('wget', "-O-", "-o/dev/null", "http://www.allmusic.com/cg/amg.dll?P=amg&opt1=2&sql=$web_search") or die "Error: can not exec wget: $!";
disc-cover-1.5.6/disc-cover:1747:		exec($program, @_) or die "Error: can not exec $program $!";
disc-cover-1.5.6/disc-cover-1748-	}