I cant get
$Request->BinaryRead($Request->{TotalBytes}) to work..
it returns blank string.
I also tried:
$bincount = $Request->{TotalBytes};
$binread = Win32::OLE::Variant->new( VT_UI1, $Request->BinaryRead($bincount) ); in this case $binread contains 1
what am I doing wrong?
Jukka
|