Use ByteCode

2003-02-27 Thread luc willems
Hello all , I'm wondering if anybody has successfully used B::Bytecode and ByteLoader for a mod_perl module or any other module that is imported by mod-perl. I need to use this kind off byte loaderfeature or need to change to something that hides the source code. greetings,

Re: Apache::ASP problem with post data

2000-12-10 Thread Luc Willems
Chamas wrote: I have an ASP version which incorporates this patch for reading non-form POST data. Let me know if you all want it. --Josh Luc Willems wrote: the result of $Response- is also empty. i had a look into the Apache::ASP source code and found this : (line 843

Re: Apache::ASP problem with post data

2000-12-07 Thread Luc Willems
es of 156 : bytes but the content string is empty ? : : #Get posted XML query : my $len = $Request-{TotalBytes}; : my $i = $Request-BinaryRead($len); : : #log input query : $Response-Debug("recieved $len bytes"); : $Response-Debug("data [$i]"); : : Does anyb

Apache::ASP problem with post data

2000-12-06 Thread Luc Willems
he content string is empty ? #Get posted XML query my $len = $Request-{TotalBytes}; my $i = $Request-BinaryRead($len); #log input query $Response-Debug("recieved $len bytes"); $Response-Debug("data [$i]"); Does anybody has a clue where the 156 bytes are ???