===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libembperl-perl-2.5.0/Embperl/Syntax/SSI.pm-397-        {
libembperl-perl-2.5.0/Embperl/Syntax/SSI.pm:398:        return scalar `$cmd` if ($cmd) ;
libembperl-perl-2.5.0/Embperl/Syntax/SSI.pm-399-        die "Cannot use 'cgi' without mod_perl" ;
##############################################
libembperl-perl-2.5.0/Embperl/Syntax/SSI.pm-406-    
libembperl-perl-2.5.0/Embperl/Syntax/SSI.pm:407:    return scalar `$cmd` if ($cmd) ;
libembperl-perl-2.5.0/Embperl/Syntax/SSI.pm-408-    
##############################################
libembperl-perl-2.5.0/Embperl/Syntax/SSI.pm-540-    if ( $sub =~ /^\s*sub\s/ ) {     # for <!--#perl sub="sub {print ++$Access::Cnt }" -->
libembperl-perl-2.5.0/Embperl/Syntax/SSI.pm:541:        $subref = eval($sub);
libembperl-perl-2.5.0/Embperl/Syntax/SSI.pm-542-        if ($@) {
##############################################
libembperl-perl-2.5.0/xs/Embperl/Req/Param/Param.xs-179-char *
libembperl-perl-2.5.0/xs/Embperl/Req/Param/Param.xs:180:server_addr(obj, val=NULL)
libembperl-perl-2.5.0/xs/Embperl/Req/Param/Param.xs-181-    Embperl::Req::Param obj
##############################################
libembperl-perl-2.5.0/debian/rules-40-	for f in $$(find $(TMP)/usr/share/man/man3/ -name '*[a-z]D.3pm'); do \
libembperl-perl-2.5.0/debian/rules:41:	    f_de=`echo $$f | sed 's,man\(.\)/\([^/]*\)D\.\([^/]*\)$$,de/man\1/\2.\3,'` ;\
libembperl-perl-2.5.0/debian/rules-42-	    echo "mv $$f $$f_de" ;\
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-1257-	    {
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:1258:	    system "kill `cat $tmppath/httpd.pid` 2> /dev/null" if ($EPHTTPD ne '') ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-1259-	    }
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-1292-    print "\nTest terminated with fatal error\n" if ($fatal) ; 
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:1293:    system "kill `cat $tmppath/httpd.pid 2> /dev/null` > /dev/null 2>&1" if ($EPHTTPD ne '' && !$opt_nokill && !$EPWIN32) ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-1294-    $? = $fatal || $err ;	
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-1489-
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:1490:    if ($out ne eval ($cmp))
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-1491-	{
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:1492:	print "\nError\nIs:\t>$out<\nShould:\t>" . eval ($cmp) . "<\n" ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-1493-	return 1 ;
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2079-                    {
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:2080:                    next if (!eval ($test -> {condition})) ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2081-                    }
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2779-                    {
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:2780:                    system ("\"$EPHTTPD\" -k stop -f \"$EPPATH/$httpdstopconf\" ") ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2781-                    }
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2852-		#close FH ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:2853:	        #system (($opt_ddd?'ddd':'gdb') . " -x dbinitembperlapache $EPHTTPD " . ($opt_startinter?'':'&')) and die "***Cannot start $EPHTTPD" ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2854-		print ' ' . ($opt_ddd?'ddd':'gdb') . " --args $EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf " . "\n" ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:2855:		system (($opt_ddd?'ddd':'gdb') . " --args $EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf ") and die "***Cannot start gdb/ddd $EPHTTPD" ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2856-		}			
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2858-	        {
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:2859:		system ("$EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf " . ($opt_startinter?'':'&')) and die "***Cannot start $EPHTTPD" ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2860-		}
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2955-                {
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:2956:                next if (!eval ($test -> {condition})) ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-2957-                }
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-3222-            {
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:3223:            system ("\"$EPHTTPD\" -k stop -f $EPPATH/$httpdstopconf ") ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-3224-            }
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-3228-    {
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:3229:    system "kill `cat $tmppath/httpd.pid`  2> /dev/null" if ($EPHTTPD ne '' && !$opt_nokill) ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:3230:    #system ("ps xau|grep http ; cat $tmppath/httpd.pid") ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-3231-    }
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-3252-        print "---> min = $min  max = $max\n$cmd\n" ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:3253:        $ret = system ($cmd) ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-3254-        last if ($ret == 0 && $n == $max) ;
##############################################
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-3265-        print "---> min = $min  max = $max\n$cmd\n" ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl:3266:        $ret = system ($cmd) ;
libembperl-perl-2.5.0/.pc/perl5.20-compat.patch/test.pl-3267-        print "############## -> error at #$max $tests[$max]\n" ;
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-1264-	    {
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:1265:	    system "kill `cat $tmppath/httpd.pid` 2> /dev/null" if ($EPHTTPD ne '') ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-1266-	    }
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-1299-    print "\nTest terminated with fatal error\n" if ($fatal) ; 
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:1300:    system "kill `cat $tmppath/httpd.pid 2> /dev/null` > /dev/null 2>&1" if ($EPHTTPD ne '' && !$opt_nokill && !$EPWIN32) ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-1301-    $? = $fatal || $err ;	
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-1496-
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:1497:    if ($out ne eval ($cmp))
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-1498-	{
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:1499:	print "\nError\nIs:\t>$out<\nShould:\t>" . eval ($cmp) . "<\n" ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-1500-	return 1 ;
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2086-                    {
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:2087:                    next if (!eval ($test -> {condition})) ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2088-                    }
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2786-                    {
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:2787:                    system ("\"$EPHTTPD\" -k stop -f \"$EPPATH/$httpdstopconf\" ") ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2788-                    }
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2859-		#close FH ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:2860:	        #system (($opt_ddd?'ddd':'gdb') . " -x dbinitembperlapache $EPHTTPD " . ($opt_startinter?'':'&')) and die "***Cannot start $EPHTTPD" ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2861-		print ' ' . ($opt_ddd?'ddd':'gdb') . " --args $EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf " . "\n" ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:2862:		system (($opt_ddd?'ddd':'gdb') . " --args $EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf ") and die "***Cannot start gdb/ddd $EPHTTPD" ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2863-		}			
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2865-	        {
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:2866:		system ("$EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf " . ($opt_startinter?'':'&')) and die "***Cannot start $EPHTTPD" ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2867-		}
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2962-                {
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:2963:                next if (!eval ($test -> {condition})) ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-2964-                }
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-3229-            {
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:3230:            system ("\"$EPHTTPD\" -k stop -f $EPPATH/$httpdstopconf ") ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-3231-            }
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-3235-    {
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:3236:    system "kill `cat $tmppath/httpd.pid`  2> /dev/null" if ($EPHTTPD ne '' && !$opt_nokill) ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:3237:    #system ("ps xau|grep http ; cat $tmppath/httpd.pid") ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-3238-    }
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-3259-        print "---> min = $min  max = $max\n$cmd\n" ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:3260:        $ret = system ($cmd) ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-3261-        last if ($ret == 0 && $n == $max) ;
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-3272-        print "---> min = $min  max = $max\n$cmd\n" ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl:3273:        $ret = system ($cmd) ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/test.pl-3274-        print "############## -> error at #$max $tests[$max]\n" ;
##############################################
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/Makefile.PL-874-	    {
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/Makefile.PL:875:	    my $sbindir = `$mp2cfg->{MP_APXS} -q SBINDIR` ;
libembperl-perl-2.5.0/.pc/perl5.22-compat-PL_sv_objcount-removal.patch/Makefile.PL-876-	    chomp ($sbindir) ;
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/Makefile.PL-874-	    {
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/Makefile.PL:875:	    my $sbindir = `$mp2cfg->{MP_APXS} -q SBINDIR` ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/Makefile.PL-876-	    chomp ($sbindir) ;
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-1264-	    {
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:1265:	    system "kill `cat $tmppath/httpd.pid` 2> /dev/null" if ($EPHTTPD ne '') ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-1266-	    }
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-1299-    print "\nTest terminated with fatal error\n" if ($fatal) ; 
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:1300:    system "kill `cat $tmppath/httpd.pid 2> /dev/null` > /dev/null 2>&1" if ($EPHTTPD ne '' && !$opt_nokill && !$EPWIN32) ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-1301-    $? = $fatal || $err ;	
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-1496-
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:1497:    if ($out ne eval ($cmp))
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-1498-	{
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:1499:	print "\nError\nIs:\t>$out<\nShould:\t>" . eval ($cmp) . "<\n" ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-1500-	return 1 ;
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2086-                    {
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:2087:                    next if (!eval ($test -> {condition})) ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2088-                    }
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2786-                    {
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:2787:                    system ("\"$EPHTTPD\" -k stop -f \"$EPPATH/$httpdstopconf\" ") ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2788-                    }
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2859-		#close FH ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:2860:	        #system (($opt_ddd?'ddd':'gdb') . " -x dbinitembperlapache $EPHTTPD " . ($opt_startinter?'':'&')) and die "***Cannot start $EPHTTPD" ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2861-		print ' ' . ($opt_ddd?'ddd':'gdb') . " --args $EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf " . "\n" ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:2862:		system (($opt_ddd?'ddd':'gdb') . " --args $EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf ") and die "***Cannot start gdb/ddd $EPHTTPD" ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2863-		}			
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2865-	        {
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:2866:		system ("$EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf " . ($opt_startinter?'':'&')) and die "***Cannot start $EPHTTPD" ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2867-		}
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2962-                {
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:2963:                next if (!eval ($test -> {condition})) ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-2964-                }
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-3229-            {
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:3230:            system ("\"$EPHTTPD\" -k stop -f $EPPATH/$httpdstopconf ") ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-3231-            }
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-3235-    {
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:3236:    system "kill `cat $tmppath/httpd.pid`  2> /dev/null" if ($EPHTTPD ne '' && !$opt_nokill) ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:3237:    #system ("ps xau|grep http ; cat $tmppath/httpd.pid") ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-3238-    }
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-3259-        print "---> min = $min  max = $max\n$cmd\n" ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:3260:        $ret = system ($cmd) ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-3261-        last if ($ret == 0 && $n == $max) ;
##############################################
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-3272-        print "---> min = $min  max = $max\n$cmd\n" ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl:3273:        $ret = system ($cmd) ;
libembperl-perl-2.5.0/.pc/fix-Makefile.PL-for-running-without-PERL_USE_UNSAFE_INC.patch/test.pl-3274-        print "############## -> error at #$max $tests[$max]\n" ;
##############################################
libembperl-perl-2.5.0/Makefile.PL-874-	    {
libembperl-perl-2.5.0/Makefile.PL:875:	    my $sbindir = `$mp2cfg->{MP_APXS} -q SBINDIR` ;
libembperl-perl-2.5.0/Makefile.PL-876-	    chomp ($sbindir) ;
##############################################
libembperl-perl-2.5.0/test.pl-1264-	    {
libembperl-perl-2.5.0/test.pl:1265:	    system "kill `cat $tmppath/httpd.pid` 2> /dev/null" if ($EPHTTPD ne '') ;
libembperl-perl-2.5.0/test.pl-1266-	    }
##############################################
libembperl-perl-2.5.0/test.pl-1299-    print "\nTest terminated with fatal error\n" if ($fatal) ; 
libembperl-perl-2.5.0/test.pl:1300:    system "kill `cat $tmppath/httpd.pid 2> /dev/null` > /dev/null 2>&1" if ($EPHTTPD ne '' && !$opt_nokill && !$EPWIN32) ;
libembperl-perl-2.5.0/test.pl-1301-    $? = $fatal || $err ;	
##############################################
libembperl-perl-2.5.0/test.pl-1496-
libembperl-perl-2.5.0/test.pl:1497:    if ($out ne eval ($cmp))
libembperl-perl-2.5.0/test.pl-1498-	{
libembperl-perl-2.5.0/test.pl:1499:	print "\nError\nIs:\t>$out<\nShould:\t>" . eval ($cmp) . "<\n" ;
libembperl-perl-2.5.0/test.pl-1500-	return 1 ;
##############################################
libembperl-perl-2.5.0/test.pl-2086-                    {
libembperl-perl-2.5.0/test.pl:2087:                    next if (!eval ($test -> {condition})) ;
libembperl-perl-2.5.0/test.pl-2088-                    }
##############################################
libembperl-perl-2.5.0/test.pl-2786-                    {
libembperl-perl-2.5.0/test.pl:2787:                    system ("\"$EPHTTPD\" -k stop -f \"$EPPATH/$httpdstopconf\" ") ;
libembperl-perl-2.5.0/test.pl-2788-                    }
##############################################
libembperl-perl-2.5.0/test.pl-2859-		#close FH ;
libembperl-perl-2.5.0/test.pl:2860:	        #system (($opt_ddd?'ddd':'gdb') . " -x dbinitembperlapache $EPHTTPD " . ($opt_startinter?'':'&')) and die "***Cannot start $EPHTTPD" ;
libembperl-perl-2.5.0/test.pl-2861-		print ' ' . ($opt_ddd?'ddd':'gdb') . " --args $EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf " . "\n" ;
libembperl-perl-2.5.0/test.pl:2862:		system (($opt_ddd?'ddd':'gdb') . " --args $EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf ") and die "***Cannot start gdb/ddd $EPHTTPD" ;
libembperl-perl-2.5.0/test.pl-2863-		}			
##############################################
libembperl-perl-2.5.0/test.pl-2865-	        {
libembperl-perl-2.5.0/test.pl:2866:		system ("$EPHTTPD " . ($opt_cfgdebug?"-D EMBPERL_APDEBUG ":'') . " $XX -f $EPPATH/$httpdconf " . ($opt_startinter?'':'&')) and die "***Cannot start $EPHTTPD" ;
libembperl-perl-2.5.0/test.pl-2867-		}
##############################################
libembperl-perl-2.5.0/test.pl-2962-                {
libembperl-perl-2.5.0/test.pl:2963:                next if (!eval ($test -> {condition})) ;
libembperl-perl-2.5.0/test.pl-2964-                }
##############################################
libembperl-perl-2.5.0/test.pl-3229-            {
libembperl-perl-2.5.0/test.pl:3230:            system ("\"$EPHTTPD\" -k stop -f $EPPATH/$httpdstopconf ") ;
libembperl-perl-2.5.0/test.pl-3231-            }
##############################################
libembperl-perl-2.5.0/test.pl-3235-    {
libembperl-perl-2.5.0/test.pl:3236:    system "kill `cat $tmppath/httpd.pid`  2> /dev/null" if ($EPHTTPD ne '' && !$opt_nokill) ;
libembperl-perl-2.5.0/test.pl:3237:    #system ("ps xau|grep http ; cat $tmppath/httpd.pid") ;
libembperl-perl-2.5.0/test.pl-3238-    }
##############################################
libembperl-perl-2.5.0/test.pl-3259-        print "---> min = $min  max = $max\n$cmd\n" ;
libembperl-perl-2.5.0/test.pl:3260:        $ret = system ($cmd) ;
libembperl-perl-2.5.0/test.pl-3261-        last if ($ret == 0 && $n == $max) ;
##############################################
libembperl-perl-2.5.0/test.pl-3272-        print "---> min = $min  max = $max\n$cmd\n" ;
libembperl-perl-2.5.0/test.pl:3273:        $ret = system ($cmd) ;
libembperl-perl-2.5.0/test.pl-3274-        print "############## -> error at #$max $tests[$max]\n" ;