DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14016>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14016 Problem when using mod_ext_filter with ActivePerl Summary: Problem when using mod_ext_filter with ActivePerl Product: Apache httpd-2.0 Version: 2.0.43 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: mod_ext_filter AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] G'day! I have installed ActiveState Pel 5.6.1. And I try to implement a content filter by using perl. When executing following perl code the request will hang: while (<STDIN>) { $_ =~ s/foo/bar/gi; print $_ } exit (0); It seems as if the while loop does not get false. Any idea why this happens? Solutions to solve this problem? Regards Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
