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 loader"feature 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 Ap

Re: Apache::ASP problem with post data

2000-12-07 Thread Luc Willems
: > : 1 > : > : > : > : The problem now is , that in the asp script i get a Totalbytes of 156 > : bytes but the content string is empty ? > : > : #Get posted XML query > : my $len = $Request->{TotalBytes}; > : my $i

Apache::ASP problem with post data

2000-12-06 Thread Luc Willems
$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 ??? thanks luc willems ---