===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libapache-asp-perl-2.63/Makefile.PL-84-    # message about Win32::OLE
libapache-asp-perl-2.63/Makefile.PL:85:    if(ref($data) && $data->{test} && ! eval($data->{test})) {
libapache-asp-perl-2.63/Makefile.PL-86-	next;
##############################################
libapache-asp-perl-2.63/t/no_cache.t-13-<% 
libapache-asp-perl-2.63/t/no_cache.t:14:$Response->Include(\"\n<\% \$var = 1; %\>\n");
libapache-asp-perl-2.63/t/no_cache.t-15-$t->eok($var, "unique namespace script and include");
##############################################
libapache-asp-perl-2.63/t/unique_packages.t-14-
libapache-asp-perl-2.63/t/unique_packages.t:15:$Response->Include(\"\n<\% \$var = 1; %\>\n");
libapache-asp-perl-2.63/t/unique_packages.t-16-$Test::t->eok(!$var, "unique namespace script and include");
##############################################
libapache-asp-perl-2.63/t/long_names.t-47-
libapache-asp-perl-2.63/t/long_names.t:48:<% $Response->Include("$main::LONG_FILE"); %>
##############################################
libapache-asp-perl-2.63/t/include_change.t-20-      $Response->Debug("--- temp: $temp, type: $type");
libapache-asp-perl-2.63/t/include_change.t:21:      my $out = $Response->TrapInclude($type."_include_change.inc");
libapache-asp-perl-2.63/t/include_change.t-22-      $$out =~ s/\s+$//isg;
##############################################
libapache-asp-perl-2.63/t/include_runtime.t-13-my $script = "<\% \$ok++; %\>";
libapache-asp-perl-2.63/t/include_runtime.t:14:$Response->Include(\$script);
libapache-asp-perl-2.63/t/include_runtime.t-15-$t->eok($ok == 1, "Could not increment \$ok");
##############################################
libapache-asp-perl-2.63/t/include_runtime.t-17-$script = "<\% my \$ok = 'ok'; %\><\%= \$ok %\>";
libapache-asp-perl-2.63/t/include_runtime.t:18:my $out = $Response->TrapInclude(\$script);
libapache-asp-perl-2.63/t/include_runtime.t-19-$t->eok($$out eq 'ok', "Could not print 'ok' in runtime TrapInclude()");
##############################################
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm-337-    $asp->{dbg} && $asp->Debug("xslt processing with $asp->{xslt}");
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm:338:    my $xsl_dataref = $self->TrapInclude($asp->{xslt});
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm-339-    $asp->{dbg} && $asp->Debug(length($$xsl_dataref)." bytes in XSL $xsl_dataref");
##############################################
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm-760-    local *Apache::ASP::Response::Flush = *Null;
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm:761:    $self->Include($file, @_);
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm-762-
##############################################
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm-774-	$file = $data->{File} 
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm:775:	  || $asp->Error("no File key passed to Include(), keys ".join(',', keys %$file));
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm-776-	$asp->{dbg} && $asp->Debug("file $file from HASH ref in Include()");
##############################################
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm-813-
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm:814:    my $_CODE = $asp->CompileInclude($file);
libapache-asp-perl-2.63/lib/Apache/ASP/Response.pm-815-    unless(defined $_CODE) {
##############################################
libapache-asp-perl-2.63/lib/Apache/ASP/Load.pm-135-
libapache-asp-perl-2.63/lib/Apache/ASP/Load.pm:136:	my $rv = $asp->CompileInclude($asp->{'basename'})
libapache-asp-perl-2.63/lib/Apache/ASP/Load.pm-137-	  || die($@);
##############################################
libapache-asp-perl-2.63/lib/Apache/ASP/Server.pm-67-    local *0 = \$file_final;
libapache-asp-perl-2.63/lib/Apache/ASP/Server.pm:68:    $self->{asp}{Response}->Include($file, @_);
libapache-asp-perl-2.63/lib/Apache/ASP/Server.pm-69-    $self->{asp}{Response}->End;
##############################################
libapache-asp-perl-2.63/lib/Apache/ASP/StatINC.pm-121-	    $self->Debug("loading $key with require");
libapache-asp-perl-2.63/lib/Apache/ASP/StatINC.pm:122:	    eval { require($key); }; 
libapache-asp-perl-2.63/lib/Apache/ASP/StatINC.pm-123-	    if($@) {
##############################################
libapache-asp-perl-2.63/site/eg/global.asa-168-    # since we are in the my:: package and not the GlobalPackage/global.asa
libapache-asp-perl-2.63/site/eg/global.asa:169:    $main::Response->Include($args->{src}, title => $args->{title});
libapache-asp-perl-2.63/site/eg/global.asa-170-}
##############################################
libapache-asp-perl-2.63/site/eg/dynamic_includes.htm-2-
libapache-asp-perl-2.63/site/eg/dynamic_includes.htm:3:<% $Response->Include('header.inc', bgcolor => $Request->Form('color') || 'white'); %>
libapache-asp-perl-2.63/site/eg/dynamic_includes.htm-4-<h3> Demonstration of dynamic includes. </h3>
##############################################
libapache-asp-perl-2.63/site/eg/dynamic_includes.htm-28-	Now to show you how to access dynamic includes through the API
libapache-asp-perl-2.63/site/eg/dynamic_includes.htm:29:	extension $Response->Include($filename, @args)... please
libapache-asp-perl-2.63/site/eg/dynamic_includes.htm-30-	enter a number of columns less than 10 in the text box, and a grid will
##############################################
libapache-asp-perl-2.63/site/eg/dynamic_includes.htm-43-	    if($size % 2) {
libapache-asp-perl-2.63/site/eg/dynamic_includes.htm:44:		$Response->Include('table.inc', $size);
libapache-asp-perl-2.63/site/eg/dynamic_includes.htm-45-	    } else {
##############################################
libapache-asp-perl-2.63/site/eg/session.asp-45-		<td><tt><%=$Server->HTMLEncode($_)%></tt></td>		 
libapache-asp-perl-2.63/site/eg/session.asp:46:		<td><%=eval($_) || $@%></td>
libapache-asp-perl-2.63/site/eg/session.asp-47-	</tr>
##############################################
libapache-asp-perl-2.63/site/eg/table.inc-3-for (1..$_[0]) { 
libapache-asp-perl-2.63/site/eg/table.inc:4:	$Response->Include('row.inc', $_[0]);
libapache-asp-perl-2.63/site/eg/table.inc-5-} 
##############################################
libapache-asp-perl-2.63/site/objects.html-744-			<font face="lucida console" size=-1>
libapache-asp-perl-2.63/site/objects.html:745:			<a href=#%24Server-%3EMapd3711f06>$Server->MapInclude($include)</a>
libapache-asp-perl-2.63/site/objects.html-746-			</font>
##############################################
libapache-asp-perl-2.63/site/objects.html-802-			<font face="lucida console" size=-1>
libapache-asp-perl-2.63/site/objects.html:803:			<a href=#%24Response-%3EI2a8df2f3>$Response->Include($filename, @args)</a>
libapache-asp-perl-2.63/site/objects.html-804-			</font>
##############################################
libapache-asp-perl-2.63/site/objects.html-834-			<font face="lucida console" size=-1>
libapache-asp-perl-2.63/site/objects.html:835:			<a href=#%24Response-%3EI368566a8>$Response->Include(\$script_text, @args)</a>
libapache-asp-perl-2.63/site/objects.html-836-			</font>
##############################################
libapache-asp-perl-2.63/site/objects.html-876-			<font face="lucida console" size=-1>
libapache-asp-perl-2.63/site/objects.html:877:			<a href=#%24Response-%3ET13ecbe6d>$Response->TrapInclude($file, @args)</a>
libapache-asp-perl-2.63/site/objects.html-878-			</font>
##############################################
libapache-asp-perl-2.63/site/objects.html-1334-	<a name=%24Response-%3EI2a8df2f3></a>
libapache-asp-perl-2.63/site/objects.html:1335:	<font face=verdana><font class=title size=-1 color=#555555><b>$Response->Include($filename, @args)</b></font>
libapache-asp-perl-2.63/site/objects.html-1336-<font face="courier new" size=3><pre>
##############################################
libapache-asp-perl-2.63/site/objects.html-1356-<font face="courier new" size=3><pre>
libapache-asp-perl-2.63/site/objects.html:1357: my @rv = $Response-&gt;Include($filename, @args);
libapache-asp-perl-2.63/site/objects.html-1358-</pre></font>
##############################################
libapache-asp-perl-2.63/site/objects.html-1427-	<a name=%24Response-%3EI368566a8></a>
libapache-asp-perl-2.63/site/objects.html:1428:	<font face=verdana><font class=title size=-1 color=#555555><b>$Response->Include(\$script_text, @args)</b></font>
libapache-asp-perl-2.63/site/objects.html-1429-<font face="courier new" size=3><pre>
##############################################
libapache-asp-perl-2.63/site/objects.html-1437-    my $script = &quot;&lt;\% print &#39;TEST&#39;; %\&gt;&quot;;
libapache-asp-perl-2.63/site/objects.html:1438:    $Response-&gt;Include(\$script);
libapache-asp-perl-2.63/site/objects.html-1439-  %&gt;
##############################################
libapache-asp-perl-2.63/site/objects.html-1451-       );
libapache-asp-perl-2.63/site/objects.html:1452:    $Response-&gt;Include(\$script);
libapache-asp-perl-2.63/site/objects.html-1453-  %&gt;
##############################################
libapache-asp-perl-2.63/site/objects.html-1492-	<a name=%24Response-%3ET13ecbe6d></a>
libapache-asp-perl-2.63/site/objects.html:1493:	<font face=verdana><font class=title size=-1 color=#555555><b>$Response->TrapInclude($file, @args)</b></font>
libapache-asp-perl-2.63/site/objects.html-1494-<font face="courier new" size=3><pre>
##############################################
libapache-asp-perl-2.63/site/objects.html-1821-<font face="courier new" size=3><pre>
libapache-asp-perl-2.63/site/objects.html:1822:  $Response-&gt;Include($file, @args)
libapache-asp-perl-2.63/site/objects.html-1823-</pre></font>and internally is just a wrapper for such.  Seems like we
##############################################
libapache-asp-perl-2.63/site/objects.html-1867-	<a name=%24Server-%3EMapd3711f06></a>
libapache-asp-perl-2.63/site/objects.html:1868:	<font face=verdana><font class=title size=-1 color=#555555><b>$Server->MapInclude($include)</b></font>
libapache-asp-perl-2.63/site/objects.html-1869-<font face="courier new" size=3><pre>
##############################################
libapache-asp-perl-2.63/site/objects.html-1990-<font face="courier new" size=3><pre>
libapache-asp-perl-2.63/site/objects.html:1991:  $Response-&gt;Include($file, @args);
libapache-asp-perl-2.63/site/objects.html-1992-  $Response-&gt;End;
##############################################
libapache-asp-perl-2.63/site/xml.html-321-    my($attributes, $body) = @_;
libapache-asp-perl-2.63/site/xml.html:322:    $main::Response-&gt;Include(&#39;new_employee.inc&#39;, $attributes, $body);
libapache-asp-perl-2.63/site/xml.html-323-  }
##############################################
libapache-asp-perl-2.63/site/changes.html-1301-
libapache-asp-perl-2.63/site/changes.html:1302:     $Response-&gt;Include($file, @args);
libapache-asp-perl-2.63/site/changes.html-1303-     $Response-&gt;End();
##############################################
libapache-asp-perl-2.63/site/changes.html-1788-
libapache-asp-perl-2.63/site/changes.html:1789: ++$Response-&gt;Include(), $Response-&gt;TrapInclude(),
libapache-asp-perl-2.63/site/changes.html-1790-  and $Server-&gt;Execute() will all take a scalar ref
##############################################
libapache-asp-perl-2.63/build/global/top.inc-304-  warn $extra_include;
libapache-asp-perl-2.63/build/global/top.inc:305:  if($Server->MapInclude($extra_include)) {
libapache-asp-perl-2.63/build/global/top.inc:306:     my $data = $Response->TrapInclude($extra_include);
libapache-asp-perl-2.63/build/global/top.inc-307-     $$data =~ s/(<td[^>]*>)/$1<font size=-1 face=verdana,helvetica,arial>/isg;
##############################################
libapache-asp-perl-2.63/build/global/SiteTags.pm-10-for my $page ( @XMLSubsPages ) {
libapache-asp-perl-2.63/build/global/SiteTags.pm:11:    eval "sub $page {  \$main::Response->Include(\"$page.inc\", \@_) }";
libapache-asp-perl-2.63/build/global/SiteTags.pm-12-    $@ && die("can't eval page sub for $page: $@");
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-790-					 ($args).')');
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:791:	    $data .= "<% \$Response->Include('$include', $args); %>";
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-792-	    
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-793-	    # compile include now, so Loading() works for dynamic includes too
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:794:	    unless($self->CompileInclude($include)) {
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-795-		$self->Error("compiling include $include failed when compiling script");
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-1182-	   local $self->{compile_eval} = undef;
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:1183:	   my $code = eval { $self->CompileInclude($include); };
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-1184-	   my $debug = $code ? "success" : "error: $@";
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-1462-
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:1463:	$compiled = $self->CompileInclude($compile_file, $self->{'package'}, 1);
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-1464-
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4166-
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:4167:=item $Response->Include($filename, @args)
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4168-
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4190-
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:4191: my @rv = $Response->Include($filename, @args);
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4192-
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4259-
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:4260:=item $Response->Include(\$script_text, @args)
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4261-
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4269-    my $script = "<\% print 'TEST'; %\>";
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:4270:    $Response->Include(\$script);
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4271-  %>
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4284-       );
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:4285:    $Response->Include(\$script);
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4286-  %>
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4321-
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:4322:=item $Response->TrapInclude($file, @args)
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4323-
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4626-
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:4627:  $Response->Include($file, @args)
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4628-
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4666-
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:4667:=item $Server->MapInclude($include)
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4668-
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4784-
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:4785:  $Response->Include($file, @args);
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-4786-  $Response->End;
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-5057-    my($attributes, $body) = @_;
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:5058:    $main::Response->Include('new_employee.inc', $attributes, $body);
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-5059-  }
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-7058-
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:7059:     $Response->Include($file, @args);
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-7060-     $Response->End();
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-7518-
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm:7519: ++$Response->Include(), $Response->TrapInclude(),
libapache-asp-perl-2.63/.pc/spelling.patch/ASP.pm-7520-  and $Server->Execute() will all take a scalar ref
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-1826-
libapache-asp-perl-2.63/.pc/spelling.patch/README:1827:    $Response->Include($filename, @args)
libapache-asp-perl-2.63/.pc/spelling.patch/README-1828-        This API extension calls the routine compiled from asp script in
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-1846-
libapache-asp-perl-2.63/.pc/spelling.patch/README:1847:         my @rv = $Response->Include($filename, @args);
libapache-asp-perl-2.63/.pc/spelling.patch/README-1848-
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-1911-
libapache-asp-perl-2.63/.pc/spelling.patch/README:1912:    $Response->Include(\$script_text, @args)
libapache-asp-perl-2.63/.pc/spelling.patch/README-1913-        Added in Apache::ASP 2.11, this method allows for executing ASP scripts
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-1920-            my $script = "<\% print 'TEST'; %\>";
libapache-asp-perl-2.63/.pc/spelling.patch/README:1921:            $Response->Include(\$script);
libapache-asp-perl-2.63/.pc/spelling.patch/README-1922-          %>
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-1934-               );
libapache-asp-perl-2.63/.pc/spelling.patch/README:1935:            $Response->Include(\$script);
libapache-asp-perl-2.63/.pc/spelling.patch/README-1936-          %>
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-1966-
libapache-asp-perl-2.63/.pc/spelling.patch/README:1967:    $Response->TrapInclude($file, @args)
libapache-asp-perl-2.63/.pc/spelling.patch/README-1968-        Calls $Response->Include() with same arguments as passed to it, but
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-2227-
libapache-asp-perl-2.63/.pc/spelling.patch/README:2228:          $Response->Include($file, @args)
libapache-asp-perl-2.63/.pc/spelling.patch/README-2229-
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-2264-
libapache-asp-perl-2.63/.pc/spelling.patch/README:2265:    $Server->MapInclude($include)
libapache-asp-perl-2.63/.pc/spelling.patch/README-2266-        API extension. Given the include $include, as an absolute or relative
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-2377-
libapache-asp-perl-2.63/.pc/spelling.patch/README:2378:          $Response->Include($file, @args);
libapache-asp-perl-2.63/.pc/spelling.patch/README-2379-          $Response->End;
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-2612-        my($attributes, $body) = @_;
libapache-asp-perl-2.63/.pc/spelling.patch/README:2613:        $main::Response->Include('new_employee.inc', $attributes, $body);
libapache-asp-perl-2.63/.pc/spelling.patch/README-2614-      }
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-4454-
libapache-asp-perl-2.63/.pc/spelling.patch/README:4455:             $Response->Include($file, @args);
libapache-asp-perl-2.63/.pc/spelling.patch/README-4456-             $Response->End();
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/README-4905-
libapache-asp-perl-2.63/.pc/spelling.patch/README:4906:         ++$Response->Include(), $Response->TrapInclude(),
libapache-asp-perl-2.63/.pc/spelling.patch/README-4907-          and $Server->Execute() will all take a scalar ref
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/site/changes.html-1301-
libapache-asp-perl-2.63/.pc/spelling.patch/site/changes.html:1302:     $Response-&gt;Include($file, @args);
libapache-asp-perl-2.63/.pc/spelling.patch/site/changes.html-1303-     $Response-&gt;End();
##############################################
libapache-asp-perl-2.63/.pc/spelling.patch/site/changes.html-1788-
libapache-asp-perl-2.63/.pc/spelling.patch/site/changes.html:1789: ++$Response-&gt;Include(), $Response-&gt;TrapInclude(),
libapache-asp-perl-2.63/.pc/spelling.patch/site/changes.html-1790-  and $Server-&gt;Execute() will all take a scalar ref
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-790-					 ($args).')');
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:791:	    $data .= "<% \$Response->Include('$include', $args); %>";
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-792-	    
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-793-	    # compile include now, so Loading() works for dynamic includes too
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:794:	    unless($self->CompileInclude($include)) {
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-795-		$self->Error("compiling include $include failed when compiling script");
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-1182-	   local $self->{compile_eval} = undef;
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:1183:	   my $code = eval { $self->CompileInclude($include); };
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-1184-	   my $debug = $code ? "success" : "error: $@";
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-1462-
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:1463:	$compiled = $self->CompileInclude($compile_file, $self->{'package'}, 1);
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-1464-
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4166-
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:4167:=item $Response->Include($filename, @args)
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4168-
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4190-
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:4191: my @rv = $Response->Include($filename, @args);
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4192-
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4259-
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:4260:=item $Response->Include(\$script_text, @args)
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4261-
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4269-    my $script = "<\% print 'TEST'; %\>";
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:4270:    $Response->Include(\$script);
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4271-  %>
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4284-       );
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:4285:    $Response->Include(\$script);
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4286-  %>
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4321-
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:4322:=item $Response->TrapInclude($file, @args)
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4323-
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4626-
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:4627:  $Response->Include($file, @args)
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4628-
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4666-
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:4667:=item $Server->MapInclude($include)
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4668-
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4784-
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:4785:  $Response->Include($file, @args);
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-4786-  $Response->End;
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-5057-    my($attributes, $body) = @_;
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:5058:    $main::Response->Include('new_employee.inc', $attributes, $body);
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-5059-  }
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-7058-
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:7059:     $Response->Include($file, @args);
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-7060-     $Response->End();
##############################################
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-7518-
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm:7519: ++$Response->Include(), $Response->TrapInclude(),
libapache-asp-perl-2.63/.pc/pod.patch/ASP.pm-7520-  and $Server->Execute() will all take a scalar ref
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-790-					 ($args).')');
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:791:	    $data .= "<% \$Response->Include('$include', $args); %>";
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-792-	    
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-793-	    # compile include now, so Loading() works for dynamic includes too
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:794:	    unless($self->CompileInclude($include)) {
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-795-		$self->Error("compiling include $include failed when compiling script");
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-1182-	   local $self->{compile_eval} = undef;
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:1183:	   my $code = eval { $self->CompileInclude($include); };
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-1184-	   my $debug = $code ? "success" : "error: $@";
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-1462-
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:1463:	$compiled = $self->CompileInclude($compile_file, $self->{'package'}, 1);
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-1464-
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4206-
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:4207:=item $Response->Include($filename, @args)
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4208-
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4230-
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:4231: my @rv = $Response->Include($filename, @args);
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4232-
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4299-
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:4300:=item $Response->Include(\$script_text, @args)
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4301-
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4309-    my $script = "<\% print 'TEST'; %\>";
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:4310:    $Response->Include(\$script);
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4311-  %>
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4324-       );
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:4325:    $Response->Include(\$script);
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4326-  %>
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4361-
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:4362:=item $Response->TrapInclude($file, @args)
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4363-
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4666-
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:4667:  $Response->Include($file, @args)
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4668-
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4706-
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:4707:=item $Server->MapInclude($include)
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4708-
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4824-
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:4825:  $Response->Include($file, @args);
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-4826-  $Response->End;
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-5097-    my($attributes, $body) = @_;
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:5098:    $main::Response->Include('new_employee.inc', $attributes, $body);
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-5099-  }
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-7128-
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:7129:     $Response->Include($file, @args);
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-7130-     $Response->End();
##############################################
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-7588-
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm:7589: ++$Response->Include(), $Response->TrapInclude(),
libapache-asp-perl-2.63/.pc/spelling2.patch/ASP.pm-7590-  and $Server->Execute() will all take a scalar ref
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-790-					 ($args).')');
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:791:	    $data .= "<% \$Response->Include('$include', $args); %>";
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-792-	    
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-793-	    # compile include now, so Loading() works for dynamic includes too
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:794:	    unless($self->CompileInclude($include)) {
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-795-		$self->Error("compiling include $include failed when compiling script");
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-1182-	   local $self->{compile_eval} = undef;
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:1183:	   my $code = eval { $self->CompileInclude($include); };
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-1184-	   my $debug = $code ? "success" : "error: $@";
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-1462-
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:1463:	$compiled = $self->CompileInclude($compile_file, $self->{'package'}, 1);
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-1464-
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4206-
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:4207:=item $Response->Include($filename, @args)
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4208-
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4230-
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:4231: my @rv = $Response->Include($filename, @args);
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4232-
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4299-
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:4300:=item $Response->Include(\$script_text, @args)
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4301-
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4309-    my $script = "<\% print 'TEST'; %\>";
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:4310:    $Response->Include(\$script);
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4311-  %>
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4324-       );
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:4325:    $Response->Include(\$script);
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4326-  %>
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4361-
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:4362:=item $Response->TrapInclude($file, @args)
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4363-
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4666-
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:4667:  $Response->Include($file, @args)
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4668-
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4706-
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:4707:=item $Server->MapInclude($include)
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4708-
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4824-
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:4825:  $Response->Include($file, @args);
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-4826-  $Response->End;
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-5097-    my($attributes, $body) = @_;
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:5098:    $main::Response->Include('new_employee.inc', $attributes, $body);
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-5099-  }
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-7128-
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:7129:     $Response->Include($file, @args);
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-7130-     $Response->End();
##############################################
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-7588-
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm:7589: ++$Response->Include(), $Response->TrapInclude(),
libapache-asp-perl-2.63/.pc/spelling3.patch/ASP.pm-7590-  and $Server->Execute() will all take a scalar ref
##############################################
libapache-asp-perl-2.63/README-1826-
libapache-asp-perl-2.63/README:1827:    $Response->Include($filename, @args)
libapache-asp-perl-2.63/README-1828-        This API extension calls the routine compiled from asp script in
##############################################
libapache-asp-perl-2.63/README-1846-
libapache-asp-perl-2.63/README:1847:         my @rv = $Response->Include($filename, @args);
libapache-asp-perl-2.63/README-1848-
##############################################
libapache-asp-perl-2.63/README-1911-
libapache-asp-perl-2.63/README:1912:    $Response->Include(\$script_text, @args)
libapache-asp-perl-2.63/README-1913-        Added in Apache::ASP 2.11, this method allows for executing ASP scripts
##############################################
libapache-asp-perl-2.63/README-1920-            my $script = "<\% print 'TEST'; %\>";
libapache-asp-perl-2.63/README:1921:            $Response->Include(\$script);
libapache-asp-perl-2.63/README-1922-          %>
##############################################
libapache-asp-perl-2.63/README-1934-               );
libapache-asp-perl-2.63/README:1935:            $Response->Include(\$script);
libapache-asp-perl-2.63/README-1936-          %>
##############################################
libapache-asp-perl-2.63/README-1966-
libapache-asp-perl-2.63/README:1967:    $Response->TrapInclude($file, @args)
libapache-asp-perl-2.63/README-1968-        Calls $Response->Include() with same arguments as passed to it, but
##############################################
libapache-asp-perl-2.63/README-2227-
libapache-asp-perl-2.63/README:2228:          $Response->Include($file, @args)
libapache-asp-perl-2.63/README-2229-
##############################################
libapache-asp-perl-2.63/README-2264-
libapache-asp-perl-2.63/README:2265:    $Server->MapInclude($include)
libapache-asp-perl-2.63/README-2266-        API extension. Given the include $include, as an absolute or relative
##############################################
libapache-asp-perl-2.63/README-2377-
libapache-asp-perl-2.63/README:2378:          $Response->Include($file, @args);
libapache-asp-perl-2.63/README-2379-          $Response->End;
##############################################
libapache-asp-perl-2.63/README-2612-        my($attributes, $body) = @_;
libapache-asp-perl-2.63/README:2613:        $main::Response->Include('new_employee.inc', $attributes, $body);
libapache-asp-perl-2.63/README-2614-      }
##############################################
libapache-asp-perl-2.63/README-4454-
libapache-asp-perl-2.63/README:4455:             $Response->Include($file, @args);
libapache-asp-perl-2.63/README-4456-             $Response->End();
##############################################
libapache-asp-perl-2.63/README-4905-
libapache-asp-perl-2.63/README:4906:         ++$Response->Include(), $Response->TrapInclude(),
libapache-asp-perl-2.63/README-4907-          and $Server->Execute() will all take a scalar ref
##############################################
libapache-asp-perl-2.63/ASP.pm-790-					 ($args).')');
libapache-asp-perl-2.63/ASP.pm:791:	    $data .= "<% \$Response->Include('$include', $args); %>";
libapache-asp-perl-2.63/ASP.pm-792-	    
libapache-asp-perl-2.63/ASP.pm-793-	    # compile include now, so Loading() works for dynamic includes too
libapache-asp-perl-2.63/ASP.pm:794:	    unless($self->CompileInclude($include)) {
libapache-asp-perl-2.63/ASP.pm-795-		$self->Error("compiling include $include failed when compiling script");
##############################################
libapache-asp-perl-2.63/ASP.pm-1182-	   local $self->{compile_eval} = undef;
libapache-asp-perl-2.63/ASP.pm:1183:	   my $code = eval { $self->CompileInclude($include); };
libapache-asp-perl-2.63/ASP.pm-1184-	   my $debug = $code ? "success" : "error: $@";
##############################################
libapache-asp-perl-2.63/ASP.pm-1462-
libapache-asp-perl-2.63/ASP.pm:1463:	$compiled = $self->CompileInclude($compile_file, $self->{'package'}, 1);
libapache-asp-perl-2.63/ASP.pm-1464-
##############################################
libapache-asp-perl-2.63/ASP.pm-4206-
libapache-asp-perl-2.63/ASP.pm:4207:=item $Response->Include($filename, @args)
libapache-asp-perl-2.63/ASP.pm-4208-
##############################################
libapache-asp-perl-2.63/ASP.pm-4230-
libapache-asp-perl-2.63/ASP.pm:4231: my @rv = $Response->Include($filename, @args);
libapache-asp-perl-2.63/ASP.pm-4232-
##############################################
libapache-asp-perl-2.63/ASP.pm-4299-
libapache-asp-perl-2.63/ASP.pm:4300:=item $Response->Include(\$script_text, @args)
libapache-asp-perl-2.63/ASP.pm-4301-
##############################################
libapache-asp-perl-2.63/ASP.pm-4309-    my $script = "<\% print 'TEST'; %\>";
libapache-asp-perl-2.63/ASP.pm:4310:    $Response->Include(\$script);
libapache-asp-perl-2.63/ASP.pm-4311-  %>
##############################################
libapache-asp-perl-2.63/ASP.pm-4324-       );
libapache-asp-perl-2.63/ASP.pm:4325:    $Response->Include(\$script);
libapache-asp-perl-2.63/ASP.pm-4326-  %>
##############################################
libapache-asp-perl-2.63/ASP.pm-4361-
libapache-asp-perl-2.63/ASP.pm:4362:=item $Response->TrapInclude($file, @args)
libapache-asp-perl-2.63/ASP.pm-4363-
##############################################
libapache-asp-perl-2.63/ASP.pm-4666-
libapache-asp-perl-2.63/ASP.pm:4667:  $Response->Include($file, @args)
libapache-asp-perl-2.63/ASP.pm-4668-
##############################################
libapache-asp-perl-2.63/ASP.pm-4706-
libapache-asp-perl-2.63/ASP.pm:4707:=item $Server->MapInclude($include)
libapache-asp-perl-2.63/ASP.pm-4708-
##############################################
libapache-asp-perl-2.63/ASP.pm-4824-
libapache-asp-perl-2.63/ASP.pm:4825:  $Response->Include($file, @args);
libapache-asp-perl-2.63/ASP.pm-4826-  $Response->End;
##############################################
libapache-asp-perl-2.63/ASP.pm-5097-    my($attributes, $body) = @_;
libapache-asp-perl-2.63/ASP.pm:5098:    $main::Response->Include('new_employee.inc', $attributes, $body);
libapache-asp-perl-2.63/ASP.pm-5099-  }
##############################################
libapache-asp-perl-2.63/ASP.pm-7128-
libapache-asp-perl-2.63/ASP.pm:7129:     $Response->Include($file, @args);
libapache-asp-perl-2.63/ASP.pm-7130-     $Response->End();
##############################################
libapache-asp-perl-2.63/ASP.pm-7588-
libapache-asp-perl-2.63/ASP.pm:7589: ++$Response->Include(), $Response->TrapInclude(),
libapache-asp-perl-2.63/ASP.pm-7590-  and $Server->Execute() will all take a scalar ref