===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-58-	    # if this fails, just try to start explorer
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm:59:	    system("start explorer $url");
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-60-	    # otherwise croak
##############################################
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-87-		# without X11: not in background!
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm:88:		system($browser, $url);
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-89-		return 1;
##############################################
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-170-	    if (defined $konq_name) {
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm:171:		system(qw/dcop konqueror/, $konq_name, qw/openURL/, $url);
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-172-		return 1 if ($?/256 == 0);
##############################################
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-176-	# then try to send to running konqueror process:
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm:177:	system(qw/dcop konqueror KonquerorIface openBrowserWindow/, $url);
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-178-	return 1 if ($?/256 == 0);
##############################################
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-195-	if ($args{-oldwindow}) {
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm:196:	    system("galeon", "-x", $url);
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-197-	    return 1 if ($?/256 == 0);
##############################################
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-211-	if ($args{-oldwindow}) {
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm:212:	    system("mozilla", "-remote", "openURL($url)");
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-213-	} else {
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm:214:	    system("mozilla", "-remote", "openURL($url,new-tab)");
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-215-	}
##############################################
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-235-	# XXX use Spawn
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm:236:	system(join(" ", @cmd) . ($fork ? "&" : ""));
libwwwbrowser-perl-2.23/.pc/WWWBrowser.pm.patch/WWWBrowser.pm-237-    }
##############################################
libwwwbrowser-perl-2.23/WWWBrowser.pm-59-	    # if this fails, just try to start explorer
libwwwbrowser-perl-2.23/WWWBrowser.pm:60:	    system("start explorer $url");
libwwwbrowser-perl-2.23/WWWBrowser.pm-61-	    # otherwise croak
##############################################
libwwwbrowser-perl-2.23/WWWBrowser.pm-88-		# without X11: not in background!
libwwwbrowser-perl-2.23/WWWBrowser.pm:89:		system($browser, $url);
libwwwbrowser-perl-2.23/WWWBrowser.pm-90-		return 1;
##############################################
libwwwbrowser-perl-2.23/WWWBrowser.pm-171-	    if (defined $konq_name) {
libwwwbrowser-perl-2.23/WWWBrowser.pm:172:		system(qw/dcop konqueror/, $konq_name, qw/openURL/, $url);
libwwwbrowser-perl-2.23/WWWBrowser.pm-173-		return 1 if ($?/256 == 0);
##############################################
libwwwbrowser-perl-2.23/WWWBrowser.pm-177-	# then try to send to running konqueror process:
libwwwbrowser-perl-2.23/WWWBrowser.pm:178:	system(qw/dcop konqueror KonquerorIface openBrowserWindow/, $url);
libwwwbrowser-perl-2.23/WWWBrowser.pm-179-	return 1 if ($?/256 == 0);
##############################################
libwwwbrowser-perl-2.23/WWWBrowser.pm-196-	if ($args{-oldwindow}) {
libwwwbrowser-perl-2.23/WWWBrowser.pm:197:	    system("galeon", "-x", $url);
libwwwbrowser-perl-2.23/WWWBrowser.pm-198-	    return 1 if ($?/256 == 0);
##############################################
libwwwbrowser-perl-2.23/WWWBrowser.pm-212-	if ($args{-oldwindow}) {
libwwwbrowser-perl-2.23/WWWBrowser.pm:213:	    system("mozilla", "-remote", "openURL($url)");
libwwwbrowser-perl-2.23/WWWBrowser.pm-214-	} else {
libwwwbrowser-perl-2.23/WWWBrowser.pm:215:	    system("mozilla", "-remote", "openURL($url,new-tab)");
libwwwbrowser-perl-2.23/WWWBrowser.pm-216-	}
##############################################
libwwwbrowser-perl-2.23/WWWBrowser.pm-236-	# XXX use Spawn
libwwwbrowser-perl-2.23/WWWBrowser.pm:237:	system(join(" ", @cmd) . ($fork ? "&" : ""));
libwwwbrowser-perl-2.23/WWWBrowser.pm-238-    }