Home : General : Perl Programming :

General: Perl Programming: Re: [Crolguvar] Useless Header info returned by IIS when running SSI exec: Edit Log

Here is the list of edits for this post
Re: [Crolguvar] Useless Header info returned by IIS when running SSI exec
Try adding:

return;

under your prints. If that doesn't work trying returning all the output. If that doesn't work try:

return print $output;

Last edited by:

Paul: Jul 2, 2002, 1:48 PM

Edit Log: